diff --git a/pages/loginAuthen/loginWeChat.vue b/pages/loginAuthen/loginWeChat.vue index ac45625..d6a334f 100644 --- a/pages/loginAuthen/loginWeChat.vue +++ b/pages/loginAuthen/loginWeChat.vue @@ -80,7 +80,7 @@ export default { let params = { loginCode: this.userform.loginCode, password: this.userform.loginPwd, - userID: localStorage.get("MIDDLEGROUND-USERID"), + wxUserId: localStorage.get("MIDDLEGROUND-USERID"), }; this.submit(params); })