diff --git a/src/views/user/accountSetting/userInformation/userInformation.vue b/src/views/user/accountSetting/userInformation/userInformation.vue index 80f7fee9..cafb86f0 100644 --- a/src/views/user/accountSetting/userInformation/userInformation.vue +++ b/src/views/user/accountSetting/userInformation/userInformation.vue @@ -75,6 +75,7 @@ export default { getInfo().then(response => { getMember(response.user.userId).then(response => { console.log(response) + this.userForm = response.data; this.userForm.idCardNum = response.data.idCardNum; this.userForm.realname = response.data.realname; this.userForm.address = response.data.address;