|
|
@@ -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)  {$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>
|
|
|
|