zhangchuanxing 6 днів тому
батько
коміт
9753041a01
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      controllers/banner.go

+ 2 - 2
controllers/banner.go

@@ -220,7 +220,7 @@ func (this *BaseBannerController) ListYx() {
 	var listB []*models.BannerUrlYxResp
 	var listC []*models.BannerUrlYxResp
 	listA = []*models.BannerUrlYxResp{
-		&models.BannerUrlYxResp{IndexImg: "https://hzstatic.hzinsights.com/banner/yx/web_5.png", Path: "/index/"},
+		//&models.BannerUrlYxResp{IndexImg: "https://hzstatic.hzinsights.com/banner/yx/web_5.png", Path: "/index/"},
 		&models.BannerUrlYxResp{IndexImg: "https://hzstatic.hzinsights.com/banner/yx/web_6.png", Path: ""},
 	}
 
@@ -228,7 +228,7 @@ func (this *BaseBannerController) ListYx() {
 		&models.BannerUrlYxResp{IndexImg: "https://hzstatic.hzinsights.com/banner/yx/web_3.png", Path: "/index/"},
 	}
 
-	listC =  []*models.BannerUrlYxResp{
+	listC = []*models.BannerUrlYxResp{
 		&models.BannerUrlYxResp{IndexImg: "https://hzstatic.hzinsights.com/banner/yx/web_4.png", Path: ""},
 	}
 	resp.ListA = listA