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

商家管理

{loop $merchant['list'] $item} {/loop}
id 用户昵称 名称 logo 经度 纬度 地址 电话 姓名 微信号 行业 认证 操作
{$item['id']} {$item['nickname']} {$item['shop_name']} {$item['longitude']} {$item['latitude']} {$item['address']} {$item['phone']} {$item['name']} {$item['we_chat']} {$item['industry']} {$item['stat']} 编辑   {if $item['status'] ==1} 通过审核 拒绝审核 {/if} 删除
{$merchant['pages']}
{template 'record'}
{template 'finally'}