xingzai 1 tahun lalu
induk
melakukan
65091f97b6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      controllers/collection.go

+ 1 - 1
controllers/collection.go

@@ -34,7 +34,7 @@ func (this *BaseCollectionController) BannerList() {
 	listA = []*models.CollectionBannerResp{
 	listA = []*models.CollectionBannerResp{
 		&models.CollectionBannerResp{Title: "路演回放-策略系列培训视频", IndexImg: "https://hzstatic.hzinsights.com/cygx/banner/web/lyhf.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.Title = "精选看板"
 	listB.IndexImg = "https://hzstatic.hzinsights.com/cygx/banner/web/jxkb.png"
 	listB.IndexImg = "https://hzstatic.hzinsights.com/cygx/banner/web/jxkb.png"
 	listB.IsShowSustainable = true
 	listB.IsShowSustainable = true
 	resp.ListA = listA
 	resp.ListA = listA