Browse Source

no message

zhangchuanxing 2 months ago
parent
commit
2c51500e76
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/article.go

+ 1 - 0
controllers/article.go

@@ -139,6 +139,7 @@ func (this *ArticleNoLoginController) Detail() {
 	}
 	if detail.ArticleTypeId == 0 {
 		detail.ChartPermissionName = utils.GU_SHOU_NAME
+		detail.Abstract, _ = services.GetReportContentTextSub(detail.Abstract)
 	} else {
 		detail.ChartPermissionName = utils.CHART_PERMISSION_NAME_YANXUAN
 	}