<#-- 注册页 --> 注册 - ${title} <#-- 引入页头 --> <@include action="${newPublic_2}"/>
style='display: none;'> 账号密码注册
style='display: none;'> 手机号注册
没有可以不填写
<#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}
style='display: none;'>
${(error['token'])!}
${(error['type'])!}
${(error['register'])!}

不允许注册

<#--引入页脚--> <@include action="${newPublic_3}"/>