fix(checkout-check):API isSeminar

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-01-14 18:11:13 +07:00
parent 5dbbb0c7b5
commit 98d5a9ad43

View file

@ -383,9 +383,12 @@ async function getCheck() {
mapRef.value?.requestLocationPermission()
return
}
showLoader()
const isSeminar = endTimeAfternoon.value === '14:30' ? 'Y' : 'N'
await http
.get(config.API.checkoutCheck)
.get(config.API.checkoutCheck + `/${isSeminar}`)
.then(async (res) => {
checkStatus.value = await res.data.result.status.toLocaleUpperCase()
if (checkStatus.value == 'ABSENT') {