From 98d5a9ad43f2084f8e6bfd9cc5284461d9d10420 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 14 Jan 2026 18:11:13 +0700 Subject: [PATCH] fix(checkout-check):API isSeminar --- src/views/HomeView.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 17b5def..30cd2c0 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -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') {