From 1cf29d32882e85be036be921da52630a56bccef0 Mon Sep 17 00:00:00 2001 From: jiyuujin Date: Sat, 5 Oct 2024 21:49:16 +0900 Subject: [PATCH 1/3] endedApplyNormal --- .../app/components/ticket/NamecardSection.vue | 3 +- .../ticket/PersonalSponsorSection.vue | 3 +- .../app/components/ticket/TicketSection.vue | 35 +++++++++++++++---- apps/web/app/utils/constants.ts | 2 ++ 4 files changed, 34 insertions(+), 9 deletions(-) diff --git a/apps/web/app/components/ticket/NamecardSection.vue b/apps/web/app/components/ticket/NamecardSection.vue index dc047a35..dde4dfd6 100644 --- a/apps/web/app/components/ticket/NamecardSection.vue +++ b/apps/web/app/components/ticket/NamecardSection.vue @@ -1,6 +1,6 @@ @@ -44,6 +44,7 @@ const { locale: currentLocale } = useLocaleCurrent() :href="ticketUrl" background-color="vue-green/200" color="white" + :disabled="endedApplyNormal" > {{ $t('ticket.purchaseButton') }} diff --git a/apps/web/app/components/ticket/PersonalSponsorSection.vue b/apps/web/app/components/ticket/PersonalSponsorSection.vue index d9ffc1fe..cfa77608 100644 --- a/apps/web/app/components/ticket/PersonalSponsorSection.vue +++ b/apps/web/app/components/ticket/PersonalSponsorSection.vue @@ -1,5 +1,5 @@