diff --git a/pages/detection/godoor.vue b/pages/detection/godoor.vue index 28afa18..fa9cdc0 100644 --- a/pages/detection/godoor.vue +++ b/pages/detection/godoor.vue @@ -170,6 +170,7 @@ }) console.log('获取时间', res); this.itmelist = res.data.dataList + this.appointmentday = res.data.dataList[0].dateStr this.tel = res.data.userPhone }, diff --git a/pages/detection/my-user.vue b/pages/detection/my-user.vue index 399215c..86750de 100644 --- a/pages/detection/my-user.vue +++ b/pages/detection/my-user.vue @@ -23,7 +23,7 @@ @@ -51,6 +51,7 @@ licenseImage: '', idCardImage: '', }, + baseImageUrl: this.$baseImageUrl } }, onLoad() { @@ -130,14 +131,14 @@ //TODO handle the exception resolve(undefined) } - + } }); }) }, wancheng() { - uni.$emit('imgUrl', this.idCardImage) + uni.$emit('imgUrl', this.baseImageUrl + '/' + this.idCardImage) uni.navigateBack({ delta: 1 }) @@ -360,4 +361,4 @@ display: flex; flex-direction: row; } - \ No newline at end of file +