017ca9eb by zhangmeng

开票

1 parent 5d06431e
......@@ -237,7 +237,7 @@ function toSelectSeat() {
return
}
checkNonPayment().then(res => {
if (!res.count) {
if (res.data) {
router.push({
name: 'confirmOrder',
params: {
......@@ -247,7 +247,7 @@ function toSelectSeat() {
}
})
} else {
router.push('/center/myInfo')
router.push('/center/myReservation')
}
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!