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