{extend name='admin@main'} {block name="button"} 一键分组 抢购卡 {/block} {block name="content"}
{include file='member/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
用户ID 头像 姓名 积分 手机号 是否认证 注册时间 操作
{$vo.id} {notempty name='vo.headimg'} {/notempty}
{$vo.name|default='--'}
{$vo.integral|default='0'} {$vo.phone|default='--'} {$vo.is_auth == '1' ? '已认证':'未认证'} {$vo.create_at} 积 分 vip
收藏明细 详情 分组 {if $vo.status eq 1 and auth("forbid")} 禁 用 {elseif auth("resume")} 启 用 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}