|
|
@@ -11,10 +11,10 @@
|
|
|
</div>
|
|
|
<ul class="detail-info">
|
|
|
<li>账号:<span th:text="${user.username}" th:title="${user.username}"></span></li>
|
|
|
- <li>昵称:<span th:text="${user.nickname}" th:title="${user.nickname}"></span></li>
|
|
|
+ <li>昵称:<span th:text="${user.screenName}" th:title="${user.screenName}"></span></li>
|
|
|
<li>性别:<span th:text="${user.gender}"
|
|
|
th:title="${user.gender}"></span></li>
|
|
|
- <li>电话:<span th:text="${user.mobilePhone}" th:title="${user.mobilePhone}"></span></li>
|
|
|
+ <li>电话:<span th:text="${user.mobile}" th:title="${user.mobile}"></span></li>
|
|
|
<li>邮箱:<span th:text="${user.email}" th:title="${user.email}"></span></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
@@ -23,13 +23,13 @@
|
|
|
<div class="layui-form-item">
|
|
|
<label class="layui-form-label">用户昵称</label>
|
|
|
<div class="layui-input-inline">
|
|
|
- <input class="layui-input" type="text" name="nickname" placeholder="请输入用户昵称" th:value="${user.nickname}">
|
|
|
+ <input class="layui-input" type="text" name="screenName" placeholder="请输入用户昵称" th:value="${user.screenName}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-form-item">
|
|
|
<label class="layui-form-label">电话号码</label>
|
|
|
<div class="layui-input-inline">
|
|
|
- <input class="layui-input" type="text" name="mobilePhone" placeholder="请输入电话号码" th:value="${user.mobilePhone}">
|
|
|
+ <input class="layui-input" type="text" name="mobile" placeholder="请输入电话号码" th:value="${user.mobile}">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="layui-form-item">
|