소스 검색

no message

xingzai 1 년 전
부모
커밋
65091f97b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/collection.go

+ 1 - 1
controllers/collection.go

@@ -34,7 +34,7 @@ func (this *BaseCollectionController) BannerList() {
 	listA = []*models.CollectionBannerResp{
 		&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.IsShowSustainable = true
 	resp.ListA = listA