[SHOPTIME-3747] [주문]Check out 화면에서 Final price 결정 전 경매 중일때에라도 금액 노출 필요

수정 내용: 라이브 경매 상품일 시에 가격과 문구 동시 노출
This commit is contained in:
hyunwoo93.cha
2024-10-17 14:19:18 +09:00
parent f12c8bb7f5
commit e5c0064aa7
7 changed files with 264 additions and 136 deletions

View File

@@ -79,6 +79,7 @@ export const ACTIVE_POPUP = {
changeCountyPopup: "changeCounty",
networkErrorPopup: "networkErrorPopup",
endOfServicePopup: "endOfServicePopup",
checkoutErrorPopup: "checkoutErrorPopup",
};
export const DEBUG_VIDEO_SUBTITLE_TEST = false;
export const AUTO_SCROLL_DELAY = 600;