diff --git a/src/core/models/user.js b/src/core/models/user.js index c6808c9..e6ada63 100644 --- a/src/core/models/user.js +++ b/src/core/models/user.js @@ -149,6 +149,7 @@ export default { password: user.password, openid: user.openId, verification_code: verificationCode, + register_type: user.registerType, types: 2, } }).then((response) => { diff --git a/src/pages/auth/auth.vue b/src/pages/auth/auth.vue index bb7c40e..a33adb3 100644 --- a/src/pages/auth/auth.vue +++ b/src/pages/auth/auth.vue @@ -237,6 +237,7 @@ export default { mobile: this.mobile, password: this.password, openId: this.openId, + registerType: 0, }, this.verificationCode )