fix: 点
This commit is contained in:
parent
0c3c07439c
commit
782bbdc59e
|
@ -162,6 +162,7 @@
|
||||||
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);
|
||||||
|
|
Loading…
Reference in New Issue