diff --git a/subpkg/property/chosseCompany.vue b/subpkg/property/chosseCompany.vue
index e0afba8..0212da2 100644
--- a/subpkg/property/chosseCompany.vue
+++ b/subpkg/property/chosseCompany.vue
@@ -51,7 +51,7 @@
- 车牌号:1111111
+ 车牌号:{{dataList.cars_info.license}}
diff --git a/subpkg/property/contractList.vue b/subpkg/property/contractList.vue
index f917be5..67c5842 100644
--- a/subpkg/property/contractList.vue
+++ b/subpkg/property/contractList.vue
@@ -19,8 +19,6 @@
-
-
diff --git a/subpkg/property/index.vue b/subpkg/property/index.vue
index 2377baf..ca294d5 100644
--- a/subpkg/property/index.vue
+++ b/subpkg/property/index.vue
@@ -7,7 +7,7 @@
-
+
@@ -65,9 +65,9 @@
-
+
-
+
你已提交解除申请,等待签约
...
@@ -356,7 +356,7 @@
villageCompanyApi().then(res => {
this.showLoading = false
this.datas = res.data
- this.step = res.data.status
+ this.step = res.data?.status || 9999
switch (this.step) {
case 3:
uni.redirectTo({
diff --git a/subpkg/property/vehicle_a.vue b/subpkg/property/vehicle_a.vue
index 7404593..a781378 100644
--- a/subpkg/property/vehicle_a.vue
+++ b/subpkg/property/vehicle_a.vue
@@ -52,7 +52,7 @@
-
@@ -181,7 +181,9 @@
}).then(res => {
Toast("解除成功")
setTimeout(() => {
- uni.navigateBack()
+ uni.redirectTo({
+ url: '/subpkg/property/index'
+ })
}, 2000)
})
},