<% var headContent = { %> <% include("/template/mtg/includes/header.html"){} %> <% }; var bodyContent = { %> <% include("/template/mtg/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; } %> 头像
${model.username!''}
<% if(model.usertype!=4) { %>
<% } %>
    
1. 修改基本信息需要输入原始密码。
2. 修改密码需要输入原始密码、新密码。
<%include("/template/mtg/person/userinfo.html"){} %> <% include("/template/mtg/includes/recommend.html"){} %> <% include("/template/mtg/includes/friendly.html"){} %>
<% include("/template/mtg/includes/footer.html"){} %> <%}; %> <% layout("/pages/template/_layout.html",{head:headContent,body:bodyContent}){ %> <%} %>