个人信息 patientId
This commit is contained in:
parent
a440dea287
commit
62eb6f2968
@ -72,12 +72,18 @@
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
patientId: 46,
|
||||
patientId: '',
|
||||
appPersonallist: [], //获取个人信息
|
||||
}
|
||||
|
||||
},
|
||||
onLoad(options) {
|
||||
uni.getStorage({
|
||||
key: 'patientId',
|
||||
success: function(res) {
|
||||
this.patientId = res.data
|
||||
}
|
||||
});
|
||||
//获取传值
|
||||
this.myInfo()
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user