Просмотр исходного кода

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

xingzai 1 год назад
Родитель
Сommit
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
 		}
-		if v.Type == 1 {
-			v.Title = "【笔记】" + v.Title
-		} else if v.Type == 2 {
-			v.Title = "【观点】" + v.Title
-		}
 		if v.MyCollectNum > 0 {
 			v.IsCollect = 1
 		}