From 4bc9888f1e567538da570768fdf95236e1f39eb4 Mon Sep 17 00:00:00 2001 From: THK3121 Date: Sat, 9 Sep 2023 19:41:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subpkg/property/chosseCompany.vue | 2 +- subpkg/property/contractList.vue | 2 -- subpkg/property/index.vue | 8 ++++---- subpkg/property/vehicle_a.vue | 6 ++++-- 4 files changed, 9 insertions(+), 9 deletions(-) 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) }) },