Browse Source

no message

xingzai 1 year ago
parent
commit
d79892830f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controllers/collection.go

+ 2 - 2
controllers/collection.go

@@ -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