From 34847c0a594c4c8a43115c389f7e9be56d9991f9 Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Wed, 9 Oct 2024 15:09:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=8B=E6=9E=B6=E6=B0=B4=E7=81=AF?= =?UTF-8?q?=E8=8A=82=20Heritage=20P=20=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/mobile_first/ah-lantern-form.php b/application/views/mobile_first/ah-lantern-form.php index 81a3ee0b..1be3d099 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -595,7 +595,7 @@ heritage_ticket_premium_div.style.display = ''; heritage_ticket_vip_div.style.display = ''; - heritage_ticket_premium_radio.disabled = false; + heritage_ticket_premium_radio.disabled = true; heritage_ticket_vip_radio.checked = true; currentTicketPrice = parseInt(heritage_ticket_vip_radio.getAttribute('data-price'));