Sfoglia il codice sorgente

Merge branch 'cygx_12.0' into debug

ziwen 1 anno fa
parent
commit
cc205d518e
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      controllers/yanxuan_special.go

+ 0 - 5
controllers/yanxuan_special.go

@@ -87,11 +87,6 @@ func (this *YanxuanSpecialNoLoginController) 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
 		}
 		}