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