From 51f3f6f4a84cbec50845522fcb5d0acb42369672 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Thu, 22 Sep 2022 10:40:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B0=B4=E7=81=AF=E8=8A=82=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E5=8F=AA=E4=BF=9D=E7=95=99=E4=B8=A4=E4=BD=8D=E5=B0=8F=E6=95=B0?= 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 a52fb431..131b03bf 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -681,7 +681,7 @@ totalPrice = totalPrice * 0.95; } - return totalPrice; + return totalPrice.toFixed(2); } var adultNumberNode = document.getElementById("adultNumberValue"); var ticketTypeList = document.querySelectorAll("input[name='ticket_type']");