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