From 24d680152339d14c954c7f0fc00c2935b851c0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Tue, 3 Sep 2024 09:34:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E5=B8=88=E5=88=97=E8=A1=A8=E4=B8=8D?= =?UTF-8?q?=E5=8F=AF=E9=A2=84=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/therapist/orderDetail.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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,