提示
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -275,7 +275,7 @@ async function handleSubmit(v) { | ... | @@ -275,7 +275,7 @@ async function handleSubmit(v) { |
| 275 | } | 275 | } |
| 276 | const res = await booking.checkOrderPay('1') | 276 | const res = await booking.checkOrderPay('1') |
| 277 | if (!res.data) { | 277 | if (!res.data) { |
| 278 | await proxy.$modal.confirm(language == 0 ? '您有未支付的订单,请前往支付!' : 'You have unpaid orders, please proceed to payment!') | 278 | await proxy.$modal.confirm(language.value == 0 ? '您有未支付的订单,请前往支付!' : 'You have unpaid orders, please proceed to payment!') |
| 279 | await router.push({ | 279 | await router.push({ |
| 280 | path: '/center/myReservation' | 280 | path: '/center/myReservation' |
| 281 | }) | 281 | }) | ... | ... |
-
Please register or sign in to post a comment