水灯节价格只保留两位小数

hotfix/paypal-note
LiaoYijun 3 years ago
parent 1689a4f8a5
commit 51f3f6f4a8

@ -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']");

Loading…
Cancel
Save