|
@@ -35,7 +35,7 @@ func (this *CollectionController) BannerList() {
|
|
var listA []*models.CollectionBannerResp
|
|
var listA []*models.CollectionBannerResp
|
|
listB := new(models.CollectionBannerResp)
|
|
listB := new(models.CollectionBannerResp)
|
|
listA = []*models.CollectionBannerResp{
|
|
listA = []*models.CollectionBannerResp{
|
|
- &models.CollectionBannerResp{Title: "", IndexImg: "https://hzstatic.hzinsights.com/cygx/banner/xcx/lyhf.png", Path: "/reportPages/internalDetials/internalDetials?id=43"},
|
|
|
|
|
|
+ &models.CollectionBannerResp{Title: "", IndexImg: "https://hzstatic.hzinsights.com/cygx/banner/xcx/lyhf.png", Path: "/reportPages/trainVideoPages/trainVideoPages"},
|
|
}
|
|
}
|
|
listB.Title = ""
|
|
listB.Title = ""
|
|
listB.IndexImg = "https://hzstatic.hzinsights.com/cygx/banner/xcx/jxkb.png"
|
|
listB.IndexImg = "https://hzstatic.hzinsights.com/cygx/banner/xcx/jxkb.png"
|