瀏覽代碼

no message

zhangchuanxing 3 天之前
父節點
當前提交
363e7a6157
共有 1 個文件被更改,包括 3 次插入0 次删除
  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 {