|
@@ -267,7 +267,7 @@ func GetReportDetail(userinfo *models.WxUserItem, reportId int) (reportDetail fi
|
|
}
|
|
}
|
|
//如果有权限则展示content
|
|
//如果有权限则展示content
|
|
if authOk {
|
|
if authOk {
|
|
- reportItem.Content = html.UnescapeString(reportInfo.Content)
|
|
|
|
|
|
+ reportItem.Content = HandleReportContent(html.UnescapeString(reportInfo.Content), "add", map[string]string{})
|
|
reportItem.VideoUrl = reportInfo.VideoUrl
|
|
reportItem.VideoUrl = reportInfo.VideoUrl
|
|
}
|
|
}
|
|
|
|
|