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('用户点击取消');