xingzai 1 سال پیش
والد
کامیت
d79892830f
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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