|
@@ -35,10 +35,10 @@ func (this *CollectionController) BannerList() {
|
|
|
var listA []*models.CollectionBannerResp
|
|
|
listB := new(models.CollectionBannerResp)
|
|
|
listA = []*models.CollectionBannerResp{
|
|
|
- &models.CollectionBannerResp{Title: "", IndexImg: "https://hzstatic.hzinsights.com/cygx/banner/web/jxkb.png", Path: "https://web.hzinsights.com/activity"},
|
|
|
+ &models.CollectionBannerResp{Title: "", IndexImg: "https://hzstatic.hzinsights.com/cygx/banner/web/lyhf.png", Path: "https://web.hzinsights.com/activity"},
|
|
|
}
|
|
|
listB.Title = ""
|
|
|
- listB.IndexImg = "https://hzstatic.hzinsights.com/cygx/banner/web/lyhf.png"
|
|
|
+ listB.IndexImg = "https://hzstatic.hzinsights.com/cygx/banner/web/jxkb.png"
|
|
|
listB.IsShowSustainable = true
|
|
|
resp.ListA = listA
|
|
|
resp.ListB = listB
|