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