@@ -187,6 +185,11 @@ async function getGateListByLasId() {
for(constvofticketList.value){
v.leftNum=v.num-v.orderCount
v.count=0
if(language.value==0){
v.show=v.price>0
}else{
v.show=v.priceEn>0
}
}
}
...
...
@@ -236,7 +239,7 @@ async function toSelectSeat() {
asyncfunctioncheckOrderPay(){
constres=awaitbooking.checkOrderPay(8)
if(res.data==-100){
awaitproxy.$modal.confirm(language.value==0?'你有未支付的旅游预订,是否前往个人中心查看?':'You already have an unpaid travel order, do you want to go to the personal center to check it?')
awaitproxy.$modal.confirm(language.value==0?'您有未支付的订单,请前往支付。':'You have unpaid orders, please proceed to payment.')