浏览代码

修复wx登录bug

xiaohaizhao 2 年之前
父节点
当前提交
c97964be2f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
                     })
                 }
             })