kcp 결제요청 후 주문폼의 결제버튼 가려지도록 수정
This commit is contained in:
@ -1325,7 +1325,14 @@ function forderform_check()
|
||||
return false;
|
||||
}
|
||||
|
||||
f.submit();
|
||||
document.getElementById("display_pay_button").style.display = "none";
|
||||
//document.getElementById("show_req_btn").style.display = "none";
|
||||
//document.getElementById("show_progress").style.display = "block";
|
||||
//document.getElementById("show_pay_btn").style.display = "inline";
|
||||
|
||||
setTimeout(function() {
|
||||
f.submit();
|
||||
}, 300);
|
||||
}
|
||||
|
||||
// 주문폼 필드체크
|
||||
|
||||
Reference in New Issue
Block a user