From 7f92c0aeff2d5db4fd1c80cb93e98d4c3077fb6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Tue, 18 Mar 2025 13:40:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/detection/godoor.vue | 1 + pages/detection/my-user.vue | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) 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 +