zhangchuanxing 5 сар өмнө
parent
commit
eecc486885

+ 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 {