فهرست منبع

fix:补充字段

Roc 9 ماه پیش
والد
کامیت
18d856f0e5
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      controllers/report_v2.go

+ 1 - 0
controllers/report_v2.go

@@ -647,6 +647,7 @@ func (this *ReportController) Detail() {
 	}
 	item.Content = html.UnescapeString(item.Content)
 	item.ContentSub = html.UnescapeString(item.ContentSub)
+	item.ContentStruct = html.UnescapeString(item.ContentStruct)
 
 	resp := &models.ReportDetailView{
 		ReportDetail: item,