<#-- 修改会员 --> 修改会员 - ${title} <#-- 引入页头 --> <@include action="${newPublic_2}"/>
<#-- 引入服务导航 --> <@include action="${newPublic_4}"/>
<#if user.avatarName != null> <#else>
${user.account}
<#if user.nickname != null && user.nickname??>
${user.nickname}
<#else>
不设置请留空
<#if userRoleList?? && userRoleList?size gt 0>
<#list userRoleList as userRole>
${userRole.name} ${userRole.validPeriodEnd} 到期
<#list userCustomList as userCustom> <#if userCustom.chooseType ==1>
${userCustom.tip}
<#if userCustom.chooseType ==2> <#if userCustom.itemValue?has_content>
<#list userCustom.itemValue?keys as itemValue> <#-- 选中项 --> <#assign _checked = ""> <#list userCustom.userInputValueList as userInputValue> <#if userInputValue.options == itemValue> <#assign _checked=" checked='checked'"> <#-- 默认选第一项 --> <#if itemValue_index == 0 && userCustom.userInputValueList?exists && userCustom.userInputValueList?size == 0> <#assign _checked = " checked='checked'">
${userCustom.tip}
<#if userCustom.chooseType ==3> <#if userCustom.itemValue?has_content>
<#list userCustom.itemValue?keys as itemValue> <#-- 选中项 --> <#assign _checked = ""> <#list userCustom.userInputValueList as userInputValue> <#if userInputValue.options == itemValue> <#assign _checked=" checked='checked'">
${userCustom.tip}
<#if userCustom.chooseType ==4>
${userCustom.tip}
<#if userCustom.chooseType ==5>
${userCustom.tip}
${(error['token'])!}
${(error['user'])!}
<#--引入页脚--> <@include action="${newPublic_3}"/>