ll
liukangdong
2025-02-06 68b9deaca3da75f1ea0da8943065a2016c9ead2d
h5/pages/driver/reservedDetail.vue
@@ -132,6 +132,7 @@
    }
  },
   onLoad(option) {
      uni.setStorageSync('ywinfo',{})
      this.getDetail(option.id)
   },
  methods: {
@@ -144,6 +145,8 @@
               if (res.confirm) {
                  driverCarRevoke({
                     id: info.id, info: ''
                  }).then(() => {
                     this.getDetail(info.id)
                  })
               } else if (res.cancel) {
                  console.log('用户点击取消');