ll
liukangdong
2024-08-28 2c62224302e67151a26c73cdcb9b6421dc4dcc62
h5/pages/driver/queueUp.vue
@@ -35,13 +35,23 @@
</template>
<script>
   import { driverLineUpDetail } from '@/api'
export default {
  data() {
    return {
    }
  },
   onLoad() {
      this.getData()
   },
  methods: {
      getData() {
         driverLineUpDetail({
              mobile: uni.getStorageSync('driverInfo').mobile,
              queryType: 0
         })
      },
    handleCheck() {
      uni.navigateTo({
        url: "/pages/driver/queueUpRecord"