From d91ce01449ce6749d692b1db93c7be4d4c1f4950 Mon Sep 17 00:00:00 2001 From: yangfuda <945208611@qq.com> Date: Mon, 18 Sep 2023 14:01:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=EF=BC=9A=E7=BD=91=E7=AB=99?= =?UTF-8?q?=E4=BC=9A=E5=91=98+=E6=B5=81=E7=A8=8B=E5=AE=A1=E6=89=B9(?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E6=94=B9=E4=BA=86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../user/accountSetting/userInformation/userInformation.vue | 1 + 1 file changed, 1 insertion(+) 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;