jiangping
2024-09-25 afcfd3c136e21693d0726777c31ea9b72844f178
h5/pages/driver/queueUp.vue
@@ -68,7 +68,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) {