pages/driver-page/driver-index/driver-index.vue @@ -551,7 +551,7 @@ }, // 请求退单 cancelAppoint(item) { if (item.status >= 3) { if (item.status >= 3 && item.status !== 24) { this.$u.toast('当前状态不可退单') return }