From ac86594728e34e18ddfffc9d6bd17806518a62e4 Mon Sep 17 00:00:00 2001 From: candice Date: Mon, 23 Oct 2023 09:43:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=A8=E7=A7=8D=E4=BD=99=E9=87=8F=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/mobile_first/ah-lantern-form-info-page.php | 8 ++++---- application/views/mobile_first/ah-lantern-form.php | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/application/views/mobile_first/ah-lantern-form-info-page.php b/application/views/mobile_first/ah-lantern-form-info-page.php index 5b3a03ef..0c363774 100644 --- a/application/views/mobile_first/ah-lantern-form-info-page.php +++ b/application/views/mobile_first/ah-lantern-form-info-page.php @@ -453,14 +453,14 @@ B. Customers who reserve both the ticket and the hotel function setNovember27thTicketLeft() { premiumTicketLeft.innerText = '0 left'; - vipTicketLeft.innerText = '74 left'; + vipTicketLeft.innerText = '14 left'; standardTicketLeft.innerText = '18 left'; } function setNovember28thTicketLeft() { - premiumTicketLeft.innerText = '148 left'; - vipTicketLeft.innerText = '209 left'; - standardTicketLeft.innerText = '170 left'; + premiumTicketLeft.innerText = '90 left'; + vipTicketLeft.innerText = '198 left'; + standardTicketLeft.innerText = '149 left'; } var plusButton = document.getElementById("plusButton"); var minusButton = document.getElementById("minusButton"); diff --git a/application/views/mobile_first/ah-lantern-form.php b/application/views/mobile_first/ah-lantern-form.php index e22ddf15..fd0e18aa 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -455,14 +455,14 @@ B. Customers who reserve both the ticket and the hotel function setNovember27thTicketLeft() { premiumTicketLeft.innerText = '0 left'; - vipTicketLeft.innerText = '74 left'; + vipTicketLeft.innerText = '14 left'; standardTicketLeft.innerText = '0 left'; } function setNovember28thTicketLeft() { - premiumTicketLeft.innerText = '148 left'; - vipTicketLeft.innerText = '209 left'; - standardTicketLeft.innerText = '170 left'; + premiumTicketLeft.innerText = '90 left'; + vipTicketLeft.innerText = '198 left'; + standardTicketLeft.innerText = '149 left'; } var plusButton = document.getElementById("plusButton"); var minusButton = document.getElementById("minusButton");