From e487ef00da325751b5f1fb1a2b3422d116235358 Mon Sep 17 00:00:00 2001 From: banche Date: Wed, 16 Mar 2022 14:44:59 +0800 Subject: [PATCH] 9.卡项秒杀活动,点击立即购买提交订单后不管是未支付或是支付成功此时点击首页按钮,首页会显示空白页 --- pages/index/index/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/index/index/index.js b/pages/index/index/index.js index daaec2c..c475908 100644 --- a/pages/index/index/index.js +++ b/pages/index/index/index.js @@ -433,7 +433,7 @@ Page({ - + @@ -459,6 +459,7 @@ Page({ var th = this; var show = getApp().globalData.isLoad_ad; + if(!show){ setTimeout(function () { full_screen.get_the_full_screen(th); @@ -470,6 +471,8 @@ Page({ wx.hideLoading(); }, 960) } + } else { + th.setData({ f_hidden: 1 }) } setTimeout(function () { -- libgit2 0.21.4