浏览代码

no message

zhangchuanxing 1 月之前
父节点
当前提交
eecc486885
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {