From 107f3b5003d663cfc35bee49f22b4cce3d47d12a Mon Sep 17 00:00:00 2001 From: zhangds Date: Mon, 25 Mar 2024 22:03:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4de=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.html b/index.html index bd8fd6c..474036b 100644 --- a/index.html +++ b/index.html @@ -162,7 +162,6 @@ theme_type: this.pageType }; req.axiosPost('/key/loginFromLink', data).then(res => { - debugger if (res.code == 200) { this.openDialog('正在加载商品...'); localStorage.setItem('key', keyCode); @@ -310,7 +309,6 @@ "theme_type": this.pageType }; req.axiosPost('/key/login', data).then(res => { - debugger setTimeout(() => { self.disabledBtn = false; }, 2000); @@ -369,7 +367,6 @@ }).catch(err => { }); }; if (istoGoods) { - debugger this.openDialog('正在加载商品...'); localStorage.setItem('getTokenList', JSON.stringify(getTokenList)); localStorage.setItem('entryLink', window.location.href);//存储起始页链接