pages/login/resetPassword/resetPassword.vue
@@ -116,7 +116,8 @@ if (this.roleType === 3) { this.userInfo = JSON.parse(params.userInfo) } else { this.getUserInfo(params.phone, params.idCard) const query = JSON.parse(params.userInfo) this.getUserInfo( query.phone, query.idCard) } },