mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]完善微信粉丝列表
This commit is contained in:
parent
e04602f465
commit
95b8911e76
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user