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