jiangping
2024-10-21 c5a0ff2661fe362dddbe88c6a28d19c48c24c39b
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) {