<% var headContent = { %> <% include("/template/blog/includes/header.html"){} %> <% }; var bodyContent = { %> <% include("/template/blog/includes/header_menu.html"){} %>
<% var userPic = model.title_url; if(isEmpty(userPic)){ userPic = BASE_PATH + 'static/images/user/user.png'; } else if(!strutil.startWith(userPic , 'http')) { userPic = ASE_PATH + userPic; } %>
头像
<% if(model.usertype!=4) { %> <% } %>
登录名: ${model.username!''}
昵称:
原始密码:
新密码:
再次密码:
email:
手机号:
头像地址:
备注:
    
1. 修改基本信息需要输入原始密码。
2. 修改密码需要输入原始密码、新密码。
<% include("/template/blog/includes/footer.html"){} %> <%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>