Browse Source

no message

xingzai 1 year ago
parent
commit
7918cc5a31
2 changed files with 5 additions and 4 deletions
  1. 4 4
      controllers/yanxuan_special.go
  2. 1 0
      services/article.go

+ 4 - 4
controllers/yanxuan_special.go

@@ -69,10 +69,10 @@ func (this *YanxuanSpecialController) List() {
 		}
 		v.Content = utils.ArticleRemoveImgUrl(v.Content)
 
-		v.Content, err = utils.ExtractText(v.Content)
-		if err != nil {
-			return
-		}
+		//v.Content, err = utils.ExtractText(v.Content)
+		//if err != nil {
+		//	return
+		//}
 		//v.Content, _ = services.GetReportContentTextSubNew(v.Content)
 		v.Content = services.AnnotationHtml(v.Content)
 		if v.DocUrl != "" {

File diff suppressed because it is too large
+ 1 - 0
services/article.go


Some files were not shown because too many files changed in this diff