Browse Source

no message

zhangchuanxing 2 weeks ago
parent
commit
a88cdf29b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/ficc_report.go

+ 1 - 1
services/ficc_report.go

@@ -267,7 +267,7 @@ func GetReportDetail(userinfo *models.WxUserItem, reportId int) (reportDetail fi
 	}
 	}
 	//如果有权限则展示content
 	//如果有权限则展示content
 	if authOk {
 	if authOk {
-		reportItem.Content = html.UnescapeString(reportInfo.Content)
+		reportItem.Content = HandleReportContent(html.UnescapeString(reportInfo.Content), "add", map[string]string{})
 		reportItem.VideoUrl = reportInfo.VideoUrl
 		reportItem.VideoUrl = reportInfo.VideoUrl
 	}
 	}