|
@@ -220,7 +220,7 @@ func (this *BaseBannerController) ListYx() {
|
|
var listB []*models.BannerUrlYxResp
|
|
var listB []*models.BannerUrlYxResp
|
|
var listC []*models.BannerUrlYxResp
|
|
var listC []*models.BannerUrlYxResp
|
|
listA = []*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: ""},
|
|
&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/"},
|
|
&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: ""},
|
|
&models.BannerUrlYxResp{IndexImg: "https://hzstatic.hzinsights.com/banner/yx/web_4.png", Path: ""},
|
|
}
|
|
}
|
|
resp.ListA = listA
|
|
resp.ListA = listA
|