|
@@ -123,12 +123,6 @@
|
|
|
return
|
|
|
}
|
|
|
let order = this.orderList[index]
|
|
|
- if (order.orderSource == 'MINI_APP') {
|
|
|
- this.orderList[index].isResv = false
|
|
|
- } else {
|
|
|
- this.orderList[index].isResv = true
|
|
|
- }
|
|
|
-
|
|
|
this.updateOrder(this.orderList[index])
|
|
|
this.updateCheckinInfo([])
|
|
|
uni.navigateTo({
|