zhangchuanxing 4 өдөр өмнө
parent
commit
363e7a6157

+ 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 {