`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(()=>{
checkRoomPayByUserId(room.hotelId).then(res=>{
if(res.data==-100){
...
...
@@ -330,7 +342,7 @@ function getDaysBetween() {
getDateTime()
returnproxy.$modal.msgError(language.value==0?'入住时间跨度需要大于一天':'The duration of the stay must be more than one day.')