mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改粉丝标签设置
This commit is contained in:
parent
8b21df9925
commit
52d9474a1d
@ -108,8 +108,7 @@
|
||||
{else}
|
||||
{foreach $vo.tags_list as $k=>$tag}
|
||||
<span>
|
||||
<a href='javascript:void(0)' style='font-size:12px;font-weight:400;background:#9f9f9f' class='label label-default'
|
||||
data-remove-tag='{$vo.id}' data-tag-id='{$k}' data-tips-text='移除' >{$tag}</a>
|
||||
<a href='javascript:void(0)' style='font-size:12px;font-weight:400;background:#9f9f9f' class='label label-default'>{$tag}</a>
|
||||
</span>
|
||||
{/foreach}
|
||||
{/if}
|
||||
|
Loading…
x
Reference in New Issue
Block a user