Sfoglia il codice sorgente

모바일 결제 수정

juney 2 anni fa
parent
commit
90fda348e0

+ 2 - 1
src/main/webapp/mobile/js/app/popup/biz/ITP_BIZPOP_PO_PAYMENT.js

@@ -39,7 +39,7 @@ var popPageObj = {
39 39
 				return;
40 40
 			}
41 41
 			popPageObj.fnPaymentReq();
42
-			$('#ITP_BIZPOP_PO_PAYMENT').modal('hide'); // 팝업닫기
42
+			$(this).attr('disabled', true);
43 43
 		});
44 44
 	}, 
45 45
 	change: function() {
@@ -342,6 +342,7 @@ function f_moblie_submit() {
342 342
 			$('#ITP_BIZPOP_PO_PAYMENT').modal('hide'); // 팝업닫기
343 343
 		} else {
344 344
 			itp_fn_modal_alert(result.res_msg);
345
+			$('#ITP_BTN_PO_PAYMENT_CONFIRM_POP').attr('disabled', false);
345 346
 		}
346 347
 		
347 348
 	}, 'POST');