f25d1eee by zhangmeng

提示

1 parent 3b7ccb99
...@@ -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 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!