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)
                     })
                 }
             })