个人信息 修改patientid
This commit is contained in:
parent
62eb6f2968
commit
d9a50ec4be
@ -78,10 +78,11 @@
|
||||
|
||||
},
|
||||
onLoad(options) {
|
||||
let that = this
|
||||
uni.getStorage({
|
||||
key: 'patientId',
|
||||
success: function(res) {
|
||||
this.patientId = res.data
|
||||
that.patientId = res.data
|
||||
}
|
||||
});
|
||||
//获取传值
|
||||
|
||||
Loading…
Reference in New Issue
Block a user