k94314517
2025-03-07 6ded2ee6a9d9097d45f8f79a7e6429cf55ed7cc3
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) {