#include "${(base)!}/layuimini/head2.html">
序号 | 昵称 | 手机号 | 性别 | 省份 | 城市 | 注册渠道 | 注册时间 |
---|---|---|---|---|---|---|---|
${(pageNumber*pagzSize+list_index+1)!} | ${(list.nickname)!} | <#if list.phone??> ${(list.phone)!} <#else> 未填写 #if> | <#if list.sex??&&list.sex=='1'> 男 <#elseif list.sex??&&list.sex=='2'> 女 <#else> 未填写 #if> | <#if list.province??> ${(list.province)!} <#else> 未填写 #if> | <#if list.city??> ${(list.city)!} <#else> 未填写 #if> | <#if list.regist_month??&&list.regist_month==1> 微信 <#elseif list.regist_month??&&list.regist_month==2> 安卓 <#elseif list.regist_month??&&list.regist_month==3> IOS #if> | ${(list.create_time)!} |