{php include $this->template($template.'/_header')}
当前位置:首页 > 个人中心 > {$title}
{php include $this->template($template.'/_memberLeft')}
* 个人头像:

仅支持JPG、PNG格式图片

{loop $common_member_fields $item} {if in_array($item['field_short'], $user_info)}
* {$item['field_name']}:
{if $item['field_short']=='mobile' && $member['mobile']} {$encrypt_mobile} 修改手机? {else} {/if}
{if $item['field_short']=='mobile' && $sms['template_id'] && !$member['mobile']}
* 验证码:
获取验证码
{/if} {/if} {/loop} {if $setting['privacy_agreement']}
我已阅读并同意《用户服务(隐私)协议》
{/if}
确认提交
{php include $this->template($template.'/_footer')}