diff --git a/pages/index/category/category.vue b/pages/index/category/category.vue index b3eb95e..683c43f 100644 --- a/pages/index/category/category.vue +++ b/pages/index/category/category.vue @@ -1,457 +1,543 @@ - - - - - + + + + + diff --git a/pages/index/index/index.vue b/pages/index/index/index.vue index 9ca7464..4495c71 100644 --- a/pages/index/index/index.vue +++ b/pages/index/index/index.vue @@ -551,14 +551,14 @@ // 生命周期 onLoad(e) { - // 进入开屏广告页 - if(app.globalData.app_first_full){ - getApp().globalData.app_first_full = false; - this.$url('/pages/index/openScreenAd/openScreenAd', {type: 'launch'}); - }else if(app.globalData.app_first_alert){ - getApp().globalData.app_first_alert = false; - this.getAlertAd(); - } + // 进入开屏广告页 todo 暂时注释,已对接完成 + // if(app.globalData.app_first_full){ + // getApp().globalData.app_first_full = false; + // this.$url('/pages/index/openScreenAd/openScreenAd', {type: 'launch'}); + // }else if(app.globalData.app_first_alert){ + // getApp().globalData.app_first_alert = false; + // this.getAlertAd(); + // } // 第三方平台配置颜色 var gbConfig = this.$cookieStorage.get('globalConfig') || '';