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