{extend name='main'} {block name="button"} {if auth("add_users")} {/if} {/block} {block name="content"}
{include file='users/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
ID 账号 用户名 账户余额 冻结金额 上级用户 邀请码 注册时间 操作
{$vo.id} {$vo.tel} {$vo.username} {$vo.balance} {$vo.freeze_balance} {$vo.parent_name} {$vo.invite_code} {$vo.addtime|format_datetime} {if auth("edit_users")} 暗扣设置 编 辑 {if ($vo.status == 1) and auth("edit_users_status")} 禁用 {elseif ($vo.status == 2) and auth("edit_users_status") /} 启用 {/if} 刷新二维码 银行卡信息 删除 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}