修复天灯节默认价格

master
LiaoYijun 5 months ago
parent 8f2258e1b7
commit e63dff6561

@ -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);
}

Loading…
Cancel
Save