From 667b941afbc8922c0fcaabf272d9f147d2688734 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Tue, 29 Jul 2025 15:00:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- pages/index/index.js | 6 +++++- pages/index/index.wxml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index 38e723c..776f4e4 100644 --- a/app.js +++ b/app.js @@ -38,7 +38,7 @@ App({ // 获取前端配置文件 commonApi._post("pbservice/Other/getClientConfig", {unique_key: "wechatxcx"}).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest103? true : false; + data.isTest = data.isTest104? true : false; data.indexSeason = null this.globalData.configJson = data }).then(() => { diff --git a/pages/index/index.js b/pages/index/index.js index 47a3612..2efadbe 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -990,7 +990,11 @@ Page({ }, onShow: function() { - this.pagePoint({event: 'home_view'}, 1) + this.pagePoint({event: 'home_view'}, 1) + // 修复 首页广告点击后返回首页 tabbar不显示 + if (this.data.showTime && !this.data.showFullAdv) { + wx.showTabBar() + } }, /** diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 903cac2..f965d99 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -299,7 +299,7 @@ {{time}}s跳过 - +