{include file="header"}
添加
{volist name="html" id="vo"} {/volist}
ID 用户名 手机号码 实名状态 提交时间 操作
{$vo.userid} {$vo.username} {if condition="socha(user('tid'),'99') eq '1'"} {$vo.phone} {else/} 并无权限查看 {/if} {if $vo.sm_open==0} 未进行实名提交 {elseif($vo.sm_open==1)} 实名认证通过 {elseif($vo.sm_open==2)} 等待审核 {elseif($vo.sm_open==3)} 实名失败 {/if} {$vo.sm_time|times} 编辑 删除
{$html->render()}
{include file="footer"}