Ver Fonte

no message

zhangchuanxing há 2 meses atrás
pai
commit
2c51500e76
1 ficheiros alterados com 1 adições e 0 exclusões
  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
 	}