mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-23 15:21:36 +08:00
[更新]添加粉丝标签设置
This commit is contained in:
parent
75db3a05d5
commit
8b21df9925
@ -68,7 +68,6 @@ class Fans extends BasicAdmin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->assign('tags', $tags);
|
$this->assign('tags', $tags);
|
||||||
$this->assign('alert', ['type' => 'success', 'title' => '开发中', 'content' => '请稍候...']);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -146,6 +146,7 @@
|
|||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{block name="script"}
|
{block name="script"}
|
||||||
|
{if auth("$classuri/tagset")}
|
||||||
<script>
|
<script>
|
||||||
// 添加标签
|
// 添加标签
|
||||||
$('body').find('[data-add-tag]').map(function () {
|
$('body').find('[data-add-tag]').map(function () {
|
||||||
@ -185,4 +186,5 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
{/if}
|
||||||
{/block}
|
{/block}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user