From a762dfdfea211b079a38f98478b44fab91688944 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Thu, 19 Oct 2023 13:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E8=BD=AE=E8=BD=A6=E8=B4=AD=E4=B9=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subpkg/property/buyCar.vue | 8 +++++--- subpkg/property/vehicle_a.vue | 5 +++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/subpkg/property/buyCar.vue b/subpkg/property/buyCar.vue index 0c0ebc8..47dda30 100644 --- a/subpkg/property/buyCar.vue +++ b/subpkg/property/buyCar.vue @@ -39,7 +39,7 @@ - + 选择该车辆为监管车辆 @@ -88,12 +88,13 @@ data() { return { queryCar: '', - a: "https://tse3-mm.cn.bing.net/th/id/OIP-C.0xzWZj1_A-nzJiUBxrk8XQHaEo?w=298&h=186&c=7&r=0&o=5&pid=1.7", + carList: [], carListI: [], showPop: false, carCheckeList: [], - carCheckedArr: [] + carCheckedArr: [], + type: "", } }, methods: { @@ -171,6 +172,7 @@ }, onLoad(option) { + this.type = option.type // console.log(option.license) canBuyCarListApi().then(res => { res.data.forEach(item => { diff --git a/subpkg/property/vehicle_a.vue b/subpkg/property/vehicle_a.vue index b21fa64..5eda447 100644 --- a/subpkg/property/vehicle_a.vue +++ b/subpkg/property/vehicle_a.vue @@ -48,7 +48,7 @@ 签约时间: {{datas.rent_time}} - + 到期时间: {{overDateFn(datas.rent_time) }} @@ -89,7 +89,8 @@ -