|
|
|
@ -10,11 +10,6 @@ $(".main .main-left ul li.tab-item").click(function () {
|
|
|
|
|
} else {
|
|
|
|
|
$("#bank-li").hide();
|
|
|
|
|
}
|
|
|
|
|
if (selectedIndex != currentIndex) {
|
|
|
|
|
$("#payment-form")[0].reset();
|
|
|
|
|
$(".select-placeholder").show();
|
|
|
|
|
currentIndex = selectedIndex;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$("#modal-close").click(function () {
|
|
|
|
|