Browse Source

no message

xingzai 1 year ago
parent
commit
95622601fe
1 changed files with 3 additions and 4 deletions
  1. 3 4
      controllers/collection.go

+ 3 - 4
controllers/collection.go

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