{include file="head.html"}
认证审核 认证会员
姓名 {$data.truename}
身份证 {$data.user_card}
电话 {$data.telephone}
收入 {$data.income}
简介 {$data.info}
照片 {get data=imgs model=imgs fun=get("user_auth_new","$data.userid")} {foreach item=c from=$imgs} {/foreach}
{if $data.status eq 0} 通过 不通过 {else} {if $data.status eq 1}审核通过{else}审核不通过{/if} {/if}
{if $odata.truename}
姓名 {$odata.truename}
身份证 {$odata.user_card}
电话 {$odata.telephone}
收入 {$odata.income}
简介 {$odata.info}
照片 {get data=imgs model=imgs fun=get("user_auth","$odata.userid")} {foreach item=c from=$imgs} {/foreach}
{/if}
{include file="footer.html"}