From 6c270919b1c936ba80bc3e5828598320d8303568 Mon Sep 17 00:00:00 2001 From: candice Date: Sat, 7 Oct 2023 10:16:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=99=E7=A5=A8=E9=87=8F=E6=9B=B4=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 63679718..1d0db88c 100644 --- a/application/views/mobile_first/ah-lantern-form-info-page.php +++ b/application/views/mobile_first/ah-lantern-form-info-page.php @@ -449,13 +449,13 @@ function setNovember27thTicketLeft() { premiumTicketLeft.innerText = '0 left'; - vipTicketLeft.innerText = '91 left'; - standardTicketLeft.innerText = '51 left'; + vipTicketLeft.innerText = '74 left'; + standardTicketLeft.innerText = '18 left'; } function setNovember28thTicketLeft() { - premiumTicketLeft.innerText = '167 left'; - vipTicketLeft.innerText = '210 left'; + premiumTicketLeft.innerText = '148 left'; + vipTicketLeft.innerText = '209 left'; standardTicketLeft.innerText = '170 left'; } var plusButton = document.getElementById("plusButton"); diff --git a/application/views/mobile_first/ah-lantern-form.php b/application/views/mobile_first/ah-lantern-form.php index 4815bd36..a779b2de 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -444,13 +444,13 @@ function setNovember27thTicketLeft() { premiumTicketLeft.innerText = '0 left'; - vipTicketLeft.innerText = '91 left'; - standardTicketLeft.innerText = '51 left'; + vipTicketLeft.innerText = '74 left'; + standardTicketLeft.innerText = '18 left'; } function setNovember28thTicketLeft() { - premiumTicketLeft.innerText = '167 left'; - vipTicketLeft.innerText = '210 left'; + premiumTicketLeft.innerText = '148 left'; + vipTicketLeft.innerText = '209 left'; standardTicketLeft.innerText = '170 left'; } var plusButton = document.getElementById("plusButton");