From 2a1e4fb09351fedbc35b6352f8b3d9a544f31da7 Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Thu, 19 Sep 2024 16:47:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20premium=5Fkhomloy=20=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=80=89=E4=B8=AD?= 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, 2 insertions(+), 4 deletions(-) diff --git a/application/views/mobile_first/ah-lantern-form.php b/application/views/mobile_first/ah-lantern-form.php index 5a89e344..91171fbd 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -558,10 +558,8 @@ ticket_type_premium_heritage_div.style.display = 'none'; ticket_type_vip_heritage_div.style.display = 'none'; - premium_heritage_radio.disabled = true; - - vip_heritage_radio.checked = true; - currentTicketPrice = parseInt(vip_heritage_radio.getAttribute('data-price')); + premium_khomloy_radio.checked = true; + currentTicketPrice = parseInt(premium_khomloy_radio.getAttribute('data-price')); adultNumberValue = parseInt(adultNumberNode.value); calcTotalPrice(currentTicketPrice, adultNumberValue); }