This commit is contained in:
2024-02-20 10:49:16 +08:00
parent 2f192464c8
commit 5741bfc3d0

View File

@ -62,14 +62,14 @@
patientId: '', patientId: '',
userInfo: null, userInfo: null,
location: null, location: null,
cardNo: null,
}; };
}, },
onShow() { onShow() {
this.pageNum = 1 this.pageNum = 1
this.patientId = uni.getStorageSync('patientId'); this.patientId = uni.getStorageSync('patientId');
this.userInfo = uni.getStorageSync('userinfo') this.userInfo = uni.getStorageSync('userinfo')
this.cardNo = this.userInfo.cardNo this.cardNo = this.userInfo.cardNo
this.location = uni.getStorageSync('location') this.location = uni.getStorageSync('location')
this.getHeathHousing(); this.getHeathHousing();
}, },