`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(()=>{
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(()=>{
checkRoomPayByUserId(room.hotelId).then(res=>{
if(res.data==-100){
ElMessageBox.confirm(
...
...
@@ -301,12 +308,12 @@ function goOrder(room) {
{
confirmButtonText:language.value==1?'Go My Reservation ':'前往我的预订',
// cancelButtonText: language.value==1?'Continue to book':'继续预订',