fix: 删除de bug

This commit is contained in:
zhangds 2024-03-25 22:03:48 +08:00
parent f4b87b9d00
commit 107f3b5003
1 changed files with 0 additions and 3 deletions

View File

@ -162,7 +162,6 @@
theme_type: this.pageType theme_type: this.pageType
}; };
req.axiosPost('/key/loginFromLink', data).then(res => { req.axiosPost('/key/loginFromLink', data).then(res => {
debugger
if (res.code == 200) { if (res.code == 200) {
this.openDialog('正在加载商品...'); this.openDialog('正在加载商品...');
localStorage.setItem('key', keyCode); localStorage.setItem('key', keyCode);
@ -310,7 +309,6 @@
"theme_type": this.pageType "theme_type": this.pageType
}; };
req.axiosPost('/key/login', data).then(res => { req.axiosPost('/key/login', data).then(res => {
debugger
setTimeout(() => { setTimeout(() => {
self.disabledBtn = false; self.disabledBtn = false;
}, 2000); }, 2000);
@ -369,7 +367,6 @@
}).catch(err => { }); }).catch(err => { });
}; };
if (istoGoods) { if (istoGoods) {
debugger
this.openDialog('正在加载商品...'); this.openDialog('正在加载商品...');
localStorage.setItem('getTokenList', JSON.stringify(getTokenList)); localStorage.setItem('getTokenList', JSON.stringify(getTokenList));
localStorage.setItem('entryLink', window.location.href);//存储起始页链接 localStorage.setItem('entryLink', window.location.href);//存储起始页链接