Browse Source

标题去掉笔记观点

ziwen 1 year ago
parent
commit
0a3f0ff2f8
1 changed files with 0 additions and 5 deletions
  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
 		}
 		}