Compare commits
2 Commits
49c3687142
...
d217078e51
Author | SHA1 | Date |
---|---|---|
|
d217078e51 | |
|
24d6801523 |
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue