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}
|
{else}
|
||||||
{foreach $vo.tags_list as $k=>$tag}
|
{foreach $vo.tags_list as $k=>$tag}
|
||||||
<span>
|
<span>
|
||||||
<a href='javascript:void(0)' style='font-size:12px;font-weight:400;background:#9f9f9f' class='label label-default'
|
<a href='javascript:void(0)' style='font-size:12px;font-weight:400;background:#9f9f9f' class='label label-default'>{$tag}</a>
|
||||||
data-remove-tag='{$vo.id}' data-tag-id='{$k}' data-tips-text='移除' >{$tag}</a>
|
|
||||||
</span>
|
</span>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user