bug修复

This commit is contained in:
张乐
2020-09-15 18:24:23 +08:00
parent 4b0051076f
commit 877169ca98
11 changed files with 23 additions and 1959 deletions

View File

@@ -159,7 +159,7 @@ class AuthWechat {
auth(code) {
return new Promise((resolve, reject) => {
let loginType = Cache.get(LOGINTYPE);
alert(Cache.get("spread"))
console.log('spread', Cache.get("spread"))
wechatAuth(code, Cache.get("spread"), loginType)
.then(({
data