解决16号P票问题

master
Jimmy Liow 11 months ago
parent f8e82bbd1d
commit 161af09d13

@ -65,7 +65,7 @@
<label for="vip_heritage" style="font-size:18px;">
VIP Service+Shuttle Transfer+Dinner
<div class="selectionMemo">
US$109
US$109
</div>
</label>
</div> -->
@ -464,6 +464,10 @@
if (standardInput) {
standardInput.disabled = false;
}
var premiumInput = document.getElementById("premium_khomloy");
if (premiumInput) {
premiumInput.disabled = false;
}
});
});
@ -472,7 +476,7 @@ function addStyledLabel(targetId, text, labelClass) {
var target = document.getElementById(targetId);
if (target) {
removeExistingLabels(targetId, labelClass);
var existingLabel = target.querySelector('label[for]');
var existingLabel = target.querySelector('label[for]');
if (existingLabel) {
var selectionMemo = existingLabel.querySelector('.selectionMemo');
if (selectionMemo) {

Loading…
Cancel
Save