From 3f0221c749c255f74b1a0622105ac268e7b56368 Mon Sep 17 00:00:00 2001 From: luchenqun Date: Wed, 14 Mar 2018 20:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E9=A1=B5=E9=9D=A2=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E6=96=B0=E6=B7=BB=E5=8A=A0=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/scripts/controllers/tags-controller.js | 2 +- public/views/tags.html | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/public/scripts/controllers/tags-controller.js b/public/scripts/controllers/tags-controller.js index dcd8dfa..20c7189 100644 --- a/public/scripts/controllers/tags-controller.js +++ b/public/scripts/controllers/tags-controller.js @@ -391,7 +391,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim tags.push(tag); bookmarkService.addTags(tags) .then((data) => { - toastr.success('[ ' + tag + ' ]插入分类成功!将自动更新分类信息', "提示"); + toastr.success('[ ' + tag + ' ]插入分类成功!将自动更新分类信息
注意:分类页面只有分类下面有书签才显示分类', "提示"); getTags({}); }) .catch((err) => { diff --git a/public/views/tags.html b/public/views/tags.html index 20985f6..c4d7242 100644 --- a/public/views/tags.html +++ b/public/views/tags.html @@ -19,6 +19,11 @@ ({{ costomAllUsersTag.cnt || 0 }}) +
+
+     +     +
+