From 6058d73674d369b2386bac7822b9c8c6a69e765c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Mon, 13 Sep 2021 15:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=AF=B9=E6=8E=A5=E5=88=86?= =?UTF-8?q?=E7=B1=BB&=E5=93=81=E7=89=8C=E9=A1=B5=E9=9D=A2=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/category/category.vue | 1000 ++++++++++++++++------------- pages/index/index/index.vue | 16 +- 2 files changed, 551 insertions(+), 465 deletions(-) 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') || '';