From b806f8172655b7cc56c61ed342fa8c5677926d9b Mon Sep 17 00:00:00 2001 From: candice Date: Thu, 28 Sep 2023 10:31:30 +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 | 10 +++++----- application/views/mobile_first/ah-lantern-form.php | 10 +++++----- 2 files changed, 10 insertions(+), 10 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 f69bf13e..63679718 100644 --- a/application/views/mobile_first/ah-lantern-form-info-page.php +++ b/application/views/mobile_first/ah-lantern-form-info-page.php @@ -449,14 +449,14 @@ function setNovember27thTicketLeft() { premiumTicketLeft.innerText = '0 left'; - vipTicketLeft.innerText = '99 left'; - standardTicketLeft.innerText = '59 left'; + vipTicketLeft.innerText = '91 left'; + standardTicketLeft.innerText = '51 left'; } function setNovember28thTicketLeft() { - premiumTicketLeft.innerText = '174 left'; - vipTicketLeft.innerText = '212 left'; - standardTicketLeft.innerText = '181 left'; + premiumTicketLeft.innerText = '167 left'; + vipTicketLeft.innerText = '210 left'; + standardTicketLeft.innerText = '170 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 26dda9f4..4815bd36 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -444,14 +444,14 @@ function setNovember27thTicketLeft() { premiumTicketLeft.innerText = '0 left'; - vipTicketLeft.innerText = '99 left'; - standardTicketLeft.innerText = '59 left'; + vipTicketLeft.innerText = '91 left'; + standardTicketLeft.innerText = '51 left'; } function setNovember28thTicketLeft() { - premiumTicketLeft.innerText = '174 left'; - vipTicketLeft.innerText = '212 left'; - standardTicketLeft.innerText = '181 left'; + premiumTicketLeft.innerText = '167 left'; + vipTicketLeft.innerText = '210 left'; + standardTicketLeft.innerText = '170 left'; } var plusButton = document.getElementById("plusButton"); var minusButton = document.getElementById("minusButton");