From 26857a8d50b5fee83e03d27dc679b922f429259d Mon Sep 17 00:00:00 2001 From: seeoya Date: Tue, 3 May 2022 16:12:34 +0900 Subject: [PATCH] =?UTF-8?q?G5-87=20=EC=87=BC=ED=95=91=EB=AA=B0=20:=20KCP?= =?UTF-8?q?=20=EA=B2=B0=EC=A0=9C=EC=B0=BD=20=ED=91=9C=EC=8B=9C=EB=90=A0=20?= =?UTF-8?q?=EB=95=8C=20=ED=99=94=EB=A9=B4=EC=9D=B4=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A1=A4=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20(HSCOMM=EB=8B=98,=20220503)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/kcp/orderform.1.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/shop/kcp/orderform.1.php b/shop/kcp/orderform.1.php index ee584380b..2c6e29adc 100644 --- a/shop/kcp/orderform.1.php +++ b/shop/kcp/orderform.1.php @@ -25,6 +25,12 @@ function m_Completepayment( FormOrJson, closeEvent ) /********************************************************************/ GetField( frm, FormOrJson ); + $("body").css({ + "position": "", + "width": "", + "top" : "" + }); + if( frm.res_cd.value == "0000" ) { document.getElementById("display_pay_button").style.display = "none" ; @@ -49,6 +55,11 @@ function jsf__pay( form ) try { KCP_Pay_Execute( form ); + $("body").css({ + "position": "fixed", + "width": "100%", + "top" : "0" + }); } catch (e) {