{template 'common/header'}
高级筛选
{php echo tpl_form_field_district('search', array('province' =>$_GPC['search']['province'],'city' =>$_GPC['search']['city'],'district' =>$_GPC['search']['district']));}
用户列表
{loop $users $key $item} {/loop} {if empty($users)} {/if}
用户名 姓名 手机号 微信号 QQ 地区 属性 操作
{$item['username']} {$item['name']} {$item['phone']} {$item['wechat']} {$item['qq']} {$lev['city']} {if $item['isagent']}代理商{/if}
尚未有用户
{template 'common/footer'}