[更新]添加粉丝标签设置

This commit is contained in:
Anyon 2017-05-16 16:40:35 +08:00
parent 75db3a05d5
commit 8b21df9925
2 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,6 @@ class Fans extends BasicAdmin {
}
}
$this->assign('tags', $tags);
$this->assign('alert', ['type' => 'success', 'title' => '开发中', 'content' => '请稍候...']);
}
/**

View File

@ -146,6 +146,7 @@
{/block}
{block name="script"}
{if auth("$classuri/tagset")}
<script>
// 添加标签
$('body').find('[data-add-tag]').map(function () {
@ -185,4 +186,5 @@
});
});
</script>
{/if}
{/block}