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 @@