Browse Source

no message

zhangchuanxing 3 days ago
parent
commit
363e7a6157
1 changed files with 3 additions and 0 deletions
  1. 3 0
      services/ficc_report.go

+ 3 - 0
services/ficc_report.go

@@ -269,6 +269,9 @@ 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{})
+		}
 	}
 
 	if userinfo.UserId == 0 {