{template 'common/header'} {if $op == 'display'}
可以设置拉黑功能。
筛选
{loop $list $item} {/loop}
昵称/微信号 二维码 在线时间 拉黑/审核 操作
{$item['nickname']} ({$item['nickname']}/{$item['wechatno']})



{if $item['vipstatus']==0}普通会员 {elseif $item['vipstatus']==1}VIP会员 / {if $item['isauto']==1}爆机{/if} {elseif $item['vipstatus']==2}超级VIP{/if}
{$item['title']}
{if $item['qrcode']} {/if} {php echo date('Y-m-d H:i',$item['updatetime'])} {if $item['status']=='1'} {/if} {if $_W['isfounder']} 发送测试 清除好友[测试用] {/if} 置顶 编辑 推广图片
{$pager}
{elseif $op == 'post'}
个人名片管理
{php echo tpl_form_field_image('headimgurl', $item['headimgurl']);}
{php echo tpl_form_field_image('qrcode', $item['qrcode']);}
{php echo tpl_form_field_date('autotime', date('Y-m-d H:i',$item['autotime']), 1)}
取消爆机 选择否才可以编辑爆机结束时间。
{php echo tpl_form_field_date('sviptime', date('Y-m-d H:i',$item['sviptime']), 1)}
{php echo tpl_form_field_date('endtime', date('Y-m-d H:i',$item['endtime']), 1)}
{php echo tpl_form_field_date('createtime', date('Y-m-d H:i',$item['createtime']), 1)}
{/if}