{template 'head'}
{template 'menu'}

认证管理

{loop $authentication['list'] $item} {/loop}
id 认证用户 营业执照 认证名称 行业分类 介绍 微信 电话 认证状态 时间 操作
{$item['id']} {$item['full_name']} {$item['auth_images']} {$item['name']} {$item['category']} {$item['introduce']} {$item['wx']} {$item['phone']} {$item['statusStr']} {php echo date('Y-m-d H:i:s',$item['created'])} {if $item['status'] ==1} 通过审核   拒绝审核   {elseif ($item['status'] == 2)} 取消认证 删除认证 {else} 删除认证 {/if}
{$authentication['pages']}
{template 'record'}
{template 'finally'}