修改
This commit is contained in:
parent
2f192464c8
commit
5741bfc3d0
@ -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();
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user