This commit is contained in:
曹辉 2023-04-10 17:00:48 +08:00
parent 919fbaea9f
commit 49c2212a71

View File

@ -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');