017ca9eb by zhangmeng

开票

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