Browse Source

no message

zhangchuanxing 2 weeks ago
parent
commit
9cc9908c63
1 changed files with 4 additions and 0 deletions
  1. 4 0
      services/ficc_reporrt.go

+ 4 - 0
services/ficc_reporrt.go

@@ -423,6 +423,10 @@ func GetReportDetail(userinfo *models.WxUserItem, reportId int) (reportDetail fi
 	if authOk {
 		reportItem.Content = HandleReportContent(html.UnescapeString(reportInfo.Content), "add", map[string]string{})
 		reportItem.VideoUrl = reportInfo.VideoUrl
+
+		for _, v := range reportTypeList {
+			v.Content = HandleReportContent(html.UnescapeString(v.Content), "add", map[string]string{})
+		}
 	}
 
 	reportDetail.ReportInfo = reportItem