|
@@ -89,14 +89,6 @@ func (this *SmartReportController) Detail() {
|
|
|
if v, ok := conf[models.BusinessConfH5ReportShareImg]; ok {
|
|
|
resp.H5ReportShareImg = v
|
|
|
}
|
|
|
- // 报告Logo
|
|
|
- if v, ok := conf[models.BusinessConfReportCenterLogoShow]; ok {
|
|
|
- if v == `true` {
|
|
|
- if reportLogo, ok := conf[models.BusinessConfReportLogo]; ok {
|
|
|
- resp.ReportLogo = reportLogo
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
|
|
|
// 更新pv
|
|
|
if e = models.UpdateSmartReportPv(item.SmartReportId); e != nil {
|