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