Browse Source

no message

zhangchuanxing 2 tháng trước cách đây
mục cha
commit
2c51500e76
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 	}