From 7298d5354963a88643a543b51b90192dc9fc934c Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 11 九月 2025 18:43:14 +0800
Subject: [PATCH] 最新版本541200007

---
 h5/pages/driver/taskConfirm.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/h5/pages/driver/taskConfirm.vue b/h5/pages/driver/taskConfirm.vue
index f8327f9..a93b824 100644
--- a/h5/pages/driver/taskConfirm.vue
+++ b/h5/pages/driver/taskConfirm.vue
@@ -24,7 +24,7 @@
 				</view>
 			</view>
 			<view class="line" v-else>
-				<view class="label">鍚堝悓缂栧彿</view>
+				<view class="label">鍚堝悓/鍗曟嵁缂栧彿</view>
 				<view class="value">{{param.contractNum}}</view>
 			</view>
 			<view class="line" v-if="type != 4">
@@ -35,7 +35,7 @@
 				<view class="value" v-if="param.type == 3">澶栧崗杞﹁璐�</view>
 			</view>
 			<view class="line" v-if="type == 4">
-				<view class="label">鍏ュ簱绫诲瀷</view>
+				<view class="label">浣滀笟绫诲瀷</view>
 				<view class="value" v-if="param.inType == 0">鏁存墭鐩�</view>
 				<view class="value" v-if="param.inType == 1">浠剁儫</view>
 			</view>
@@ -156,8 +156,10 @@
 				carCodeBack: param.carCodeBack,
 				arriveDate: param.date + ':59'
 			}).then(res =>{
-				this.showToast('纭鎴愬姛')
-				this.$goBack()
+				if(res && res.code == 200){
+					this.showToast('纭鎴愬姛')
+					this.$goBack()
+				}
 			})
 		},
 		getDetail(jobId) {

--
Gitblit v1.9.3