|
|
|
@ -422,14 +422,13 @@
|
|
|
|
|
var ticketDateNode = ticketDateList[i];
|
|
|
|
|
ticketDateNode.addEventListener('click', function (event) {
|
|
|
|
|
var currentTarget = event.currentTarget;
|
|
|
|
|
// 8 号所有的票卖完了
|
|
|
|
|
// if (currentTarget.id === 'november8th') {
|
|
|
|
|
// ticketTypePremium.style.display = 'none';
|
|
|
|
|
// vipTypePremium.style.display = 'none';
|
|
|
|
|
// } else {
|
|
|
|
|
// ticketTypePremium.style.display = '';
|
|
|
|
|
// vipTypePremium.style.display = '';
|
|
|
|
|
// }
|
|
|
|
|
if (currentTarget.id === 'november27th') {
|
|
|
|
|
ticketTypePremium.style.display = 'none';
|
|
|
|
|
// vipTypePremium.style.display = 'none';
|
|
|
|
|
} else {
|
|
|
|
|
ticketTypePremium.style.display = '';
|
|
|
|
|
// vipTypePremium.style.display = '';
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
var plusButton = document.getElementById("plusButton");
|
|
|
|
|