Browse Source

修复wx登录bug

xiaohaizhao 2 years ago
parent
commit
c97964be2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/login/modules/otherLogin.vue

+ 1 - 1
pages/login/modules/otherLogin.vue

@@ -54,7 +54,7 @@ export default {
                     }).then(res => {
                         console.log("微信快捷登录", res)
                         if (that.cutoff(res.msg)) return;
-                        loginMsg(res.account_list, this.$Http)
+                        loginMsg(res.account_list, that.$Http)
                     })
                 }
             })