浏览代码

Merge branch 'cygx_12.0' of http://8.136.199.33:3000/hongze/hongze_cygx into cygx_12.0

xingzai 1 年之前
父节点
当前提交
e6a53f9197
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      controllers/yanxuan_special.go

+ 0 - 5
controllers/yanxuan_special.go

@@ -84,11 +84,6 @@ func (this *YanxuanSpecialController) List() {
 			}
 			}
 			v.Docs = docs
 			v.Docs = docs
 		}
 		}
-		if v.Type == 1 {
-			v.Title = "【笔记】" + v.Title
-		} else if v.Type == 2 {
-			v.Title = "【观点】" + v.Title
-		}
 		if v.MyCollectNum > 0 {
 		if v.MyCollectNum > 0 {
 			v.IsCollect = 1
 			v.IsCollect = 1
 		}
 		}