个人信息 修改patientid

This commit is contained in:
shidongli 2022-11-03 13:33:21 +08:00
parent 62eb6f2968
commit d9a50ec4be

View File

@ -78,10 +78,11 @@
},
onLoad(options) {
let that = this
uni.getStorage({
key: 'patientId',
success: function(res) {
this.patientId = res.data
that.patientId = res.data
}
});
//