From 3363af77fa23bdc599c3f746ba9802b799c780eb Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 28 三月 2025 09:28:40 +0800
Subject: [PATCH] 解决h5访客申请bug

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

diff --git a/h5/pages/driver/taskConfirm.vue b/h5/pages/driver/taskConfirm.vue
index 966c2c5..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>

--
Gitblit v1.9.3