returnproxy.$modal.confirm(language.value==0?'感谢您对本次比赛的关注,该服务暂无可预订信息,敬请期待。':'Thank you for your attention to this competition. The service is currently unavailable for booking. Please stay tuned.')
}
if(!hotTime.value[0]){
proxy.$modal.msgError(language.value==0?'请先选择入住日期':'Please choose the date of check-in first')
:`You currently select the check-in date of ${hotTime.value[0]} to ${hotTime.value[1]}, there is no room available for booking at this time period, please choose another date`,{type:'warning'}).then({
})
:`You currently select the check-in date of ${hotTime.value[0]} to ${hotTime.value[1]}, there is no room available for booking at this time period, please choose another date`,{type:'warning'}).then({})
return
}
ElMessageBox.confirm(language.value==0?'你当前选择的入住时间为'+hotTime.value[0]+'至'+hotTime.value[1]+',是否确定?':'Your current check-in time is'+hotTime.value[0]+'~'+hotTime.value[1]+'Are you sure?',{type:'warning'}).then({}).then(()=>{
returnproxy.$modal.confirm(language.value==0?'感谢您对本次比赛的关注,该服务暂无可预订信息,敬请期待。':'Thank you for your attention to this competition. The service is currently unavailable for booking. Please stay tuned.')
}
if(!user.value){
useStore.setVisitor()
return
...
...
@@ -474,7 +477,7 @@ function toSelectSeat() {
if(!selectForm.value.latstId){
returnproxy.$modal.confirm(language.value==0?'请选择票型':'Please select a ticket type')