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