{template 'public/header'} {template 'public/comhead'}
用户列表
{loop $list $row} {if $row['type']==1} {elseif $row['type']==2} {/if} {if $row['type']==2&&$row['level_name']==''} {else} {/if} {/loop} {if empty($list)} {/if}
id 用户头像 用户昵称 用户openid 注册时间 是否是会员 会员等级 积分 余额 操作
{$row['id']} {$row['name']} {$row['openid']} {php echo date("Y-m-d H:i",$row['join_time']);} 初始会员 {$row['level_name']} {$row['score']} {$row['balance']} 删除
暂无用户信息
{$pager}
{template 'common/footer'}