From 85e7024b418cd8f15c7f7f50b5b4a47183abf863 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 28 三月 2025 11:07:23 +0800
Subject: [PATCH] 代码初始化
---
h5/pages/driver/queueUp.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/h5/pages/driver/queueUp.vue b/h5/pages/driver/queueUp.vue
index eed4c69..d6bbd89 100644
--- a/h5/pages/driver/queueUp.vue
+++ b/h5/pages/driver/queueUp.vue
@@ -14,6 +14,7 @@
<text v-if="activePlatform.signJobList">{{
activePlatform.workJobList.length
}}</text>
+ <text v-else>0</text>
<text class="unit">杈�</text>
</view>
<image
@@ -28,6 +29,7 @@
<text v-if="activePlatform.workJobList">{{
activePlatform.signJobList.length
}}</text>
+ <text v-else>0</text>
<text class="unit">杈�</text>
</view>
<image
@@ -68,7 +70,7 @@
driverLineUpDetail({
mobile: jobId ? '' : uni.getStorageSync('driverInfo').mobile,
queryType: jobId ? 1 : 0,
- jobId: jobId
+ jobId: jobId,
}).then(res => {
this.platformGroupList = res.data.platformGroupList
if (res.data && res.data.platformGroupList && res.data.platformGroupList.length > 0) {
--
Gitblit v1.9.3