From e63dff65618b18acf8772cf0d1051016c5bbcbee Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Thu, 27 Nov 2025 09:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=A9=E7=81=AF=E8=8A=82?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/htravel-lantern-form-2026.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/views/mobile_first/htravel-lantern-form-2026.php b/application/views/mobile_first/htravel-lantern-form-2026.php index 9269d9e0..8fb70a22 100644 --- a/application/views/mobile_first/htravel-lantern-form-2026.php +++ b/application/views/mobile_first/htravel-lantern-form-2026.php @@ -456,7 +456,8 @@ gold_radio.disabled = false; premium_radio.checked = true; - currentTicketPrice = parseInt(vip_radio.getAttribute('data-price')); + currentTicketPrice = parseInt(premium_radio.getAttribute('data-price')); + adultNumberValue = parseInt(adultNumberNode.value); calcTotalPrice(currentTicketPrice, adultNumberValue); } @@ -473,6 +474,7 @@ premium_radio.checked = true; currentTicketPrice = parseInt(premium_radio.getAttribute('data-price')); + adultNumberValue = parseInt(adultNumberNode.value); calcTotalPrice(currentTicketPrice, adultNumberValue); }