|
@@ -333,6 +333,9 @@ func (this *ReportController) Detail() {
|
|
|
br.ErrMsg = "获取章节列表失败,Err:" + err.Error()
|
|
|
return
|
|
|
}
|
|
|
+ for _, v := range chapterList {
|
|
|
+ v.Content = html.UnescapeString(v.Content)
|
|
|
+ }
|
|
|
report.ChapterContent = chapterList
|
|
|
}
|
|
|
report.ContentSub = html.UnescapeString(report.ContentSub)
|