|
@@ -36,11 +36,10 @@ func (this *CollectionController) BannerList() {
|
|
|
var listA []*models.CollectionBannerResp
|
|
|
listB := new(models.CollectionBannerResp)
|
|
|
listA = []*models.CollectionBannerResp{
|
|
|
- &models.CollectionBannerResp{Title: "B1", IndexImg: "https://hzstatic.hzinsights.com/banner/yx/web_1.png", Path: "/index/"},
|
|
|
- &models.CollectionBannerResp{Title: "B2", IndexImg: "https://hzstatic.hzinsights.com/banner/yx/web_2.png", Path: ""},
|
|
|
+ &models.CollectionBannerResp{Title: "", IndexImg: "https://hzstatic.hzinsights.com/cygx/banner/xcx/lyhf.png", Path: "/activityPages/themeActivity/themeActivitytitle=1&type=专家电话会&id=&whichDay=&permissionIds=&showJurisdiction="},
|
|
|
}
|
|
|
- listB.Title = "B2"
|
|
|
- listB.IndexImg = "https://hzstatic.hzinsights.com/banner/yx/web_3.png"
|
|
|
+ listB.Title = ""
|
|
|
+ listB.IndexImg = "https://hzstatic.hzinsights.com/cygx/banner/xcx/jxkb.png"
|
|
|
listB.IsShowSustainable = true
|
|
|
resp.ListA = listA
|
|
|
resp.ListB = listB
|