From cfe43285515e5ec5255cdcd2e5a196b50100bfe2 Mon Sep 17 00:00:00 2001 From: Shan Ao <178391389@qq.com> Date: Thu, 31 Jul 2025 11:34:57 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E6=94=B9=E4=BA=BA=E8=84=B8?= =?UTF-8?q?=E9=97=AE=E9=A2=98=202.=20=E8=BD=A6=E8=BE=86=E7=85=A7=E7=89=87k?= =?UTF-8?q?ey=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../share_office_vehicle_info/view.vue | 6 ++-- pages/mine/face/face_authentication.nvue | 30 +++++++++++-------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/pages/door_access_control/share_office_vehicle_info/view.vue b/pages/door_access_control/share_office_vehicle_info/view.vue index 703119a..950cd9c 100644 --- a/pages/door_access_control/share_office_vehicle_info/view.vue +++ b/pages/door_access_control/share_office_vehicle_info/view.vue @@ -48,7 +48,7 @@ 行驶证照片: - + @@ -59,7 +59,7 @@ 车辆照片: - + @@ -103,6 +103,8 @@ export default { async getData() { const resData = await getVehiclemessageView({VEHICLE_ID: this.$route.query.VEHICLE_ID }); this.info = resData.pd; + this.info.portId = parseInt(resData.pd.portId); + this.info.LICENCE_TYPE = parseInt(resData.pd.LICENCE_TYPE); for (let i = 0; i < resData.pd.drivingImgs?.length; i++) { this.info.drivingImgs[i].FILEPATH = this.$store.state.filePath + resData.pd.drivingImgs[i].filepath; } diff --git a/pages/mine/face/face_authentication.nvue b/pages/mine/face/face_authentication.nvue index 85cec21..64b2386 100644 --- a/pages/mine/face/face_authentication.nvue +++ b/pages/mine/face/face_authentication.nvue @@ -5,8 +5,18 @@ - + @@ -19,11 +29,9 @@