diff --git a/pages/therapist/orderDetail.vue b/pages/therapist/orderDetail.vue index 0e30707..0cd6af7 100644 --- a/pages/therapist/orderDetail.vue +++ b/pages/therapist/orderDetail.vue @@ -626,6 +626,13 @@ icon: 'none' }) } else { + if (this.acceptOrders != 1) { + uni.showToast({ + title: '技师不可预约', + icon: 'none' + }) + return + } var data={ massageTypeId:item.massageTypeId, tripWay:this.order.tripWay, @@ -648,6 +655,13 @@ icon: 'none' }) } else { + if (this.acceptOrders != 1) { + uni.showToast({ + title: '技师不可预约', + icon: 'none' + }) + return + } var data={ massageTypeId:item.massageTypeId, tripWay:this.order.tripWay,