开票
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -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 | }) | ... | ... |
-
Please register or sign in to post a comment