From a8b21607c058d389ba3fec919a983b8a1d83363d Mon Sep 17 00:00:00 2001 From: Apple <> Date: Wed, 2 Nov 2022 20:10:19 +0800 Subject: [PATCH] =?UTF-8?q?test:=E5=85=B3=E9=97=AD=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 827a7f9..045cbba 100644 --- a/index.html +++ b/index.html @@ -111,7 +111,7 @@ created () { if(isWx()){ - this.getweixin(); + // this.getweixin(); } let self = this; //获取链接携带的参数 @@ -127,7 +127,7 @@ if (linkId.length > 10) { req.axiosGet('/plan/plan_theme/' + linkId).then(res => { if (res.code == 200) { - window.location.replace(res.data); + // window.location.replace(res.data); self.loading = false; return; } else { @@ -234,6 +234,7 @@ }, getweixin() { let code_weixin = this.getQueryString('openid'); + console.log(237,code_weixin); let code_weixin_history = localStorage.getItem('code_weixin') console.log('code_weixin_history',code_weixin_history); console.log(238,code_weixin);