技师列表不可预约

This commit is contained in:
曹磊 2024-09-03 09:34:26 +08:00
parent ab450f6c0a
commit 24d6801523
1 changed files with 14 additions and 0 deletions

View File

@ -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,