[checkoutPanel]

1. dummy -> 실제 데이터 api로 교체
2. card, billing, shipping 없을 시 qr코드
3. 기타 포커스 처리 중
This commit is contained in:
hyunwoo93.cha
2024-06-11 15:19:32 +09:00
parent 57e93f2f31
commit 55bb89f493
7 changed files with 159 additions and 86 deletions

View File

@@ -54,6 +54,7 @@ export const ACTIVE_POPUP = {
noShowPopup: "noShowPopup",
optionPopup: "optionPopup",
qrPopup: "qrPopup",
qrPopup2: "qrPopup2",
reminderPopup: "reminderPopup",
termsPopup: "termsPopup",
timeConflictPopup: "timeConflictPopup",