diff --git a/index.html b/index.html index abaca27..2052e5b 100644 --- a/index.html +++ b/index.html @@ -162,6 +162,7 @@ theme_type: this.pageType }; req.axiosPost('/key/loginFromLink', data).then(res => { + debugger if (res.code == 200) { this.openDialog('正在加载商品...'); localStorage.setItem('key', keyCode);