Quellcode durchsuchen

修复wx登录bug

xiaohaizhao vor 2 Jahren
Ursprung
Commit
c97964be2f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)
                     })
                 }
             })