Browse Source

no message

zhangchuanxing 1 month ago
parent
commit
eecc486885
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/article.go

+ 1 - 0
controllers/article.go

@@ -100,6 +100,7 @@ func (this *ArticleController) Detail() {
 	detail.IsResearch = true
 	articleCollectMap, _ := services.GetCygxArticleCollectMap(user.UserId)
 	detail.IsCollect = articleCollectMap[detail.ArticleId]
+	detail.Abstract, _ = services.GetReportContentTextSub(detail.Abstract)
 
 	//是否是通过模板消息进来的
 	if isSendWx == 1 {