Jonlin 6 years ago
parent
commit
14a41a819c

+ 6 - 3
application/user/view/accountsafe/index.html

@@ -82,17 +82,20 @@
                     <tr>
                         <td class="td_name">{:lang('user_email')}</td>
                         <td class="td_info">{:lang('account_user_email')}:{$Think.session.user_email}</td>
-                        <td class="td_update" id="email" style="cursor:pointer;">{:lang('account_exit')}</td>
+                        <!--<td class="td_update" id="email" style="cursor:pointer;">{:lang('account_exit')}</td>-->
+                        <td class="td_update" style="cursor:pointer;"><a href="/user/Updatepwd/username.html">{:lang('account_exit')}</a></td>
                     </tr>
                     <tr>
                         <td class="td_name">{:lang('user_password')}</td>
                         <td class="td_info">{:lang('update_pwd_point')}</td>
-                        <td class="td_update" id="pwd" style="cursor:pointer;">{:lang('account_exit')}</td>
+                        <!--<td class="td_update" id="pwd" style="cursor:pointer;">{:lang('account_exit')}</td>-->
+                        <td class="td_update" style="cursor:pointer;"><a href="/user/Updatepwd/index.html">{:lang('account_exit')}</a></td>
                     </tr>
                     <tr>
                         <td class="td_name">{:lang('user_phone')}</td>
                         <td class="td_info">{:lang('bangding_phone')}:+ (86)&nbsp&nbsp{$user['user_phone']}</td>
-                        <td class="td_update" id="phone" style="cursor:pointer;">{:lang('account_exit')}</td>
+                        <!--<td class="td_update" id="phone" style="cursor:pointer;">{:lang('account_exit')}</td>-->
+                        <td class="td_update" style="cursor:pointer;"><a href="/user/Updatepwd/phone.html">{:lang('account_exit')}</a></td>
                     </tr>
                 </table>
 

+ 2 - 2
application/user/view/member/index.html

@@ -48,12 +48,12 @@
                 <tr>
                     <td class="td_info">登陆账号</td>
                     <td class="td_user_info">{$Think.session.user_email}&nbsp&nbsp&nbsp{$user['user_status']}</td>
-                    <td class="td_update"><a href="/user/Updatepwd/username.html">修改用户名</a>|<a href="/user/Updatepwd/index.html">修改密码</a></td>
+                    <!--<td class="td_update"><a href="/user/Updatepwd/username.html">修改用户名</a>|<a href="/user/Updatepwd/index.html">修改密码</a></td>-->
                 </tr>
                 <tr>
                     <td class="td_info">手机号码</td>
                     <td class="td_user_info">+ (86)&nbsp&nbsp{$user['user_phone']}</td>
-                    <td class="td_update"><a href="/user/Updatepwd/phone.html">修改手机号码</a></td>
+                    <!--<td class="td_update"><a href="/user/Updatepwd/phone.html">修改手机号码</a></td>-->
                 </tr>
             </table>
 

+ 2 - 2
application/user/view/updatepwd/index.html

@@ -9,7 +9,7 @@
         color: dodgerblue;
     }
     table{
-        margin:0 auto;
+        margin:-30px auto;
         font-size: 13px;
         margin-bottom: 100px;
     }
@@ -43,7 +43,7 @@
     <div class="updatepwd">
         <form method="post">
             <div>
-                <div class="accountinfo_title" style="font-size: 20px;">重置密码</div>
+                <div class="accountinfo_title" style="font-size: 16px;">修改密码</div>
                 <table>
                     <tr>
                         <td class="td_info">当前密码</td>