From 3b08ea9b8db31a7e0440abd500e7be565c5ad748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 9 Nov 2023 16:43:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/myinformation/myinformation.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index 475bf47..82f7a5d 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -10,7 +10,7 @@ - + {{appPersonallist.patientName?appPersonallist.patientName:'请先登录!'}} @@ -307,7 +307,7 @@ switchResident(value, e.patientCode).then(res => { uni.setStorageSync('userinfo', res.data); uni.setStorageSync('patientId', res.data.id); - this.userinfo =res.data + this.userinfo = res.data if (res.code == 200) { this.$refs.uToast.show({ title: '切换成功', @@ -537,4 +537,4 @@ + \ No newline at end of file