[更新]完善微信粉丝列表

This commit is contained in:
邹景立 2017-04-13 15:39:19 +08:00
parent e04602f465
commit 95b8911e76

View File

@ -51,8 +51,8 @@
<input class="list-check-box" value='{$vo.id}' type='checkbox'/>
</td>
<td class='text-left'>
<img style="width:25px;height:25px;border-radius:50%;margin-right:10px" alt=""
onerror="this.src='__STATIC__/theme/default/img/image.png'" src="{$vo.headimgurl}"/>
<img style="width:25px;height:25px;border-radius:50%;margin-right:10px" data-tips-image="{$vo.headimgurl}"
onerror="this.src='__STATIC__/theme/default/img/image.png'" alt="" src="{$vo.headimgurl}"/>
{$vo.nickname|default="<span style='color:#999'>未设置微信昵称</span>"}
</td>
<td class='text-center'>{$vo.sex==1?'男':($vo.sex==2?'女':'未知')}</td>