From 5741bfc3d031774f9064c4edfbc28524c71fea0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 20 Feb 2024 10:49:16 +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/medicalservice/medicalservice.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/medicalservice/medicalservice.vue b/pages/medicalservice/medicalservice.vue index 90d4dea..cc447aa 100644 --- a/pages/medicalservice/medicalservice.vue +++ b/pages/medicalservice/medicalservice.vue @@ -62,14 +62,14 @@ patientId: '', userInfo: null, location: null, - + cardNo: null, }; }, onShow() { this.pageNum = 1 this.patientId = uni.getStorageSync('patientId'); this.userInfo = uni.getStorageSync('userinfo') - this.cardNo = this.userInfo.cardNo + this.cardNo = this.userInfo.cardNo this.location = uni.getStorageSync('location') this.getHeathHousing(); },