{extend name="../../admin/view/main"} {block name="button"} {if auth("black_add")} {/if} {if auth("black_del")} {/if} {if auth("sync")} {/if} {/block} {block name="content"}
{include file='fans/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
微信昵称 性别语言 关注时间
昵称:{$vo.nickname|default='--'}
区域:{$vo.country|default='--'} {$vo.province} {$vo.city}
{foreach $vo.tags as $t}

{$t|default='--'}

{/foreach}
性别:{switch name='vo.sex'}{case value='1'}男{/case}{case value='2'}女{/case}{default}未知{/switch}
语言:{$vo.language|raw}
日期:{$vo.subscribe_at|format_datetime|str_replace=' ','
时间:',###|raw}
{eq name='vo.subscribe' value='0'}未关注{else}已关注{/eq}
{eq name='vo.is_black' value='0'}未拉黑{else}已拉黑{/eq}
{if auth('black_add') and $vo.is_black eq 0} 拉 黑 {/if} {if auth('black_del') and $vo.is_black eq 1} 移 出 {/if} {if auth("remove")} 删 除 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}