|
@@ -182,6 +182,7 @@ func ClassifyDetailBanner(c *gin.Context) {
|
|
|
Stage: chapterItem.Stage,
|
|
|
ImgUrl: "",
|
|
|
Type: "报告合集",
|
|
|
+ ShowType: 1,
|
|
|
}
|
|
|
bannerResp = resp
|
|
|
} else {
|
|
@@ -216,6 +217,7 @@ func ClassifyDetailBanner(c *gin.Context) {
|
|
|
ClassifyIdFirst: reportItem.ClassifyIdFirst,
|
|
|
ClassifyNameSecond: reportItem.ClassifyNameSecond,
|
|
|
ClassifyIdSecond: reportItem.ClassifyIdSecond,
|
|
|
+ ShowType: parentClassify.ShowType,
|
|
|
}
|
|
|
|
|
|
if parentClassify.ShowType == 1 || parentClassify.ShowType == 3 {
|