|
@@ -142,6 +142,7 @@ func (this *ReportShareController) Detail() {
|
|
|
chapter.ContentSub = strings.ReplaceAll(chapter.ContentSub, urlReplace.ChartUrlOrigin, urlReplace.ChartUrlNew)
|
|
|
}
|
|
|
}
|
|
|
+ chapter.FreeReportRatio = report.FreeReportRatio
|
|
|
reportChapters = append(reportChapters, chapter)
|
|
|
}
|
|
|
if report.ReportLayout == 3 {
|