From c9a035db55c29083613f9b29d5b6a6811f7c12c5 Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Wed, 9 Oct 2024 09:46:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82497?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homepage.html | 10 +++++----- redPackets.html | 8 ++++---- xw-pages/homepage.html | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/homepage.html b/homepage.html index 9ccf678..2ec1537 100644 --- a/homepage.html +++ b/homepage.html @@ -247,10 +247,10 @@ tabStaticComponent }, created() { - if(window.location.href.indexOf("https") != -1){ - const url = window.location.href.replace("https", "http"); - window.location.replace(url); - } + // if(window.location.href.indexOf("https") != -1){ + // const url = window.location.href.replace("https", "http"); + // window.location.replace(url); + // } let openid = getQueryString("openid"); if (openid) { localStorage.setItem('openid', openid); @@ -519,7 +519,7 @@ this.maskshow = true; this.popboxshow = true; this.popboxtype = '提示'; - if(gstatus === 23 && row.period_tips_text) { + if(gstatus == 23 && row.period_tips_text) { this.tiptext = row.period_tips_text } else { this.tiptext = product_status(gstatus, row); diff --git a/redPackets.html b/redPackets.html index 5d459ea..33cb441 100644 --- a/redPackets.html +++ b/redPackets.html @@ -140,10 +140,10 @@ modelPop }, created() { - if(window.location.href.indexOf("https") != -1){ - const url = window.location.href.replace("https", "http"); - window.location.replace(url); - } + // if(window.location.href.indexOf("https") != -1){ + // const url = window.location.href.replace("https", "http"); + // window.location.replace(url); + // } let openid = getQueryString("openid"); if (openid) { this.openid = openid; diff --git a/xw-pages/homepage.html b/xw-pages/homepage.html index 72ca9b5..2ef35d6 100644 --- a/xw-pages/homepage.html +++ b/xw-pages/homepage.html @@ -534,7 +534,7 @@ this.maskshow = true; this.popboxshow = true; this.popboxtype = '提示'; - if(gstatus === 23 && row.period_tips_text) { + if(gstatus == 23 && row.period_tips_text) { this.tiptext = row.period_tips_text } else { this.tiptext = product_status(gstatus, row);