diff --git a/pages/login/login.vue b/pages/login/login.vue index 0c4a705..ffc142a 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -393,7 +393,8 @@ captchaId: this.captchaId, code: this.code, saveLogin: true, - type: 0 + type: 0, + clientId: uni.getStorageSync('registerID') }; } let that = this;