From efe70a830f434a7ee39893707bcb953976d67dd7 Mon Sep 17 00:00:00 2001 From: JONGHAN Date: Wed, 7 Jan 2026 14:23:11 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B2=B0=EC=A0=9C=20=EC=97=B0=EB=8F=99?= =?UTF-8?q?=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/order.css | 24 +++++ .../resources/static/payment-success.html | 96 ++++++++++++++----- src/main/resources/static/payment-test.html | 12 ++- 3 files changed, 105 insertions(+), 27 deletions(-) diff --git a/src/main/resources/static/order.css b/src/main/resources/static/order.css index 5dc3376..491bb46 100644 --- a/src/main/resources/static/order.css +++ b/src/main/resources/static/order.css @@ -218,4 +218,28 @@ #cancel-button:hover { background-color: #c82333; +} + +.loading-spinner { + border: 4px solid #f3f3f3; + border-top: 4px solid #1b64da; + border-radius: 50%; + width: 50px; + height: 50px; + animation: spin 1s linear infinite; + margin: 20px auto; +} + +@keyframes spin { + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } +} + +/* 초기에는 로딩만 표시 */ +#loading-section { + display: block; +} + +#success-section { + display: none; } \ No newline at end of file diff --git a/src/main/resources/static/payment-success.html b/src/main/resources/static/payment-success.html index a088ddd..ab568aa 100644 --- a/src/main/resources/static/payment-success.html +++ b/src/main/resources/static/payment-success.html @@ -6,35 +6,73 @@ - 결제 성공 + 결제 처리중 + -
- -

결제를 완료했어요

-
- - +
+
+
+

결제를 처리하고 있어요

+

잠시만 기다려주세요...

-
-
결제금액
-
-
-
-
주문번호
-
+
+ + +
+
+ +

결제를 완료했어요

+ +
+ + +
+
+
결제금액
+
+
+
+
주문번호
+
+
+
+
paymentKey
+
+
-
-
paymentKey
-
+ +
+ Response Data : +
-
- Response Data : -
-