ll
liukangdong
2024-12-06 86baa8ff948d2e79588e0dd7efa16f6b8ac3b157
h5/pages/driver/queueUpRecord.vue
@@ -49,6 +49,9 @@
      this.type = option.type;
      this.platformId = option.platformId;
      this.getData(option.jobId || '');
      uni.setNavigationBarTitle({
        title: this.type == 0 ? '已签到车辆' : '作业中车辆'
      })
   },
   methods: {
      getData(jobId) {