fix: 删除de bug
This commit is contained in:
parent
f4b87b9d00
commit
107f3b5003
|
@ -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);//存储起始页链接
|
||||
|
|
Loading…
Reference in New Issue