From d47ef54c5d811a9cd472980fec5348e72a7f6574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Mon, 3 Apr 2023 14:14:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E5=A2=9E=E5=8A=A0=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E7=B1=BB=E5=9E=8B=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/models/user.js | 1 + src/pages/auth/auth.vue | 1 + 2 files changed, 2 insertions(+) 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 )