|
@@ -62,7 +62,7 @@
|
|
cardId: '0',
|
|
cardId: '0',
|
|
userType: 1,
|
|
userType: 1,
|
|
orderId: this.order.orderId,
|
|
orderId: this.order.orderId,
|
|
- isResv: this.order.isResv
|
|
|
|
|
|
+ isResv: this.order.orderSource !== 'MINI_APP'
|
|
}
|
|
}
|
|
let checkinResult = new Array(this.checkinInfo.length).fill(false)
|
|
let checkinResult = new Array(this.checkinInfo.length).fill(false)
|
|
for (let i = 0; i < this.checkinInfo.length; i++) {
|
|
for (let i = 0; i < this.checkinInfo.length; i++) {
|
|
@@ -121,6 +121,7 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
gotoHome() {
|
|
gotoHome() {
|
|
|
|
+ clearInterval(this.countDownTimer)
|
|
uni.switchTab({
|
|
uni.switchTab({
|
|
url: '/pages/home/home'
|
|
url: '/pages/home/home'
|
|
})
|
|
})
|