修改
This commit is contained in:
parent
919fbaea9f
commit
49c2212a71
@ -125,7 +125,7 @@
|
|||||||
appPersonallist: {
|
appPersonallist: {
|
||||||
nurseStationPersonCheckList: []
|
nurseStationPersonCheckList: []
|
||||||
}, //用户信息
|
}, //用户信息
|
||||||
image: null, //判断是否上传头像
|
image: false, //判断是否上传头像
|
||||||
certificateimg: [], //证书img
|
certificateimg: [], //证书img
|
||||||
myimg: null, //头像img
|
myimg: null, //头像img
|
||||||
}
|
}
|
||||||
@ -136,6 +136,7 @@
|
|||||||
// },
|
// },
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
this.image = false
|
||||||
this.baseurl = baseurl;
|
this.baseurl = baseurl;
|
||||||
let that = this
|
let that = this
|
||||||
const value = uni.getStorageSync('nursePersonId');
|
const value = uni.getStorageSync('nursePersonId');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user