Commit 44e8cfc4 by liuchenxi

Merge branch 'feature/3月会员标签' into dev

parents 8c8a4613 034122bb
......@@ -402,7 +402,6 @@ export default {
return arr;
} else {
return this.tagList.filter(el => {
if (el.levelName == '常用标签' && el.count <= 0) return false;
return el['handTag'] === 0;
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment