[My Orders] 구현 진행중

This commit is contained in:
sungmin.in
2024-06-19 15:09:45 +09:00
parent 8dd27b8990
commit 35b6700b89
5 changed files with 471 additions and 493 deletions

View File

@@ -65,6 +65,9 @@ export const ACTIVE_POPUP = {
setPinCodePopup: "setPinCodePopup",
hotPicksSmsPopup: "hotPicksSmsPopup",
watchPopup: "watchPopup",
orderCancelReason: "orderCancelReason",
orderDetailPopup: "orderDetailPopup",
orderDetailCancel: "orderDetailCancel",
};
export const DEBUG_VIDEO_SUBTITLE_TEST = false;
export const AUTO_SCROLL_DELAY = 600;