Compare commits
No commits in common. "d217078e51a44c4471dd7dccb427bb4bfee52ff3" and "49c3687142aecc2259020fa8efed049c5585871e" have entirely different histories.
d217078e51
...
49c3687142
|
@ -626,13 +626,6 @@
|
|||
icon: 'none'
|
||||
})
|
||||
} else {
|
||||
if (this.acceptOrders != 1) {
|
||||
uni.showToast({
|
||||
title: '技师不可预约',
|
||||
icon: 'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
var data={
|
||||
massageTypeId:item.massageTypeId,
|
||||
tripWay:this.order.tripWay,
|
||||
|
@ -655,13 +648,6 @@
|
|||
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