zhangchuanxing преди 2 месеца
родител
ревизия
a88cdf29b4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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
 	if authOk {
-		reportItem.Content = html.UnescapeString(reportInfo.Content)
+		reportItem.Content = HandleReportContent(html.UnescapeString(reportInfo.Content), "add", map[string]string{})
 		reportItem.VideoUrl = reportInfo.VideoUrl
 	}