From c5bb7399166253c4805181b38c2d64d8732621d6 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 28 Aug 2024 10:47:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=B4=E7=81=AF=E8=8A=82:=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B016=E5=8F=B7,=20S=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ah-lantern-form.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/views/mobile_first/ah-lantern-form.php b/application/views/mobile_first/ah-lantern-form.php index f3dbd66f..6d7e062a 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -454,11 +454,11 @@ function setNovember16thTicket() { premium_khomloy_left.innerText ='225 left' vip_khomloy_left.innerText ='149 left' - standard_khomloy_left.innerText ='63 left' + standard_khomloy_left.innerText ='Sold out' premium_khomloy_input.disabled = false; vip_khomloy_input.disabled = false; - standard_khomloy_input.disabled = false; + standard_khomloy_input.disabled = true; premium_khomloy_input.checked = true; @@ -633,4 +633,4 @@ font-style: italic; padding-top: 5px; display: block;} - \ No newline at end of file +