merge: OptionalTerms 250613
This commit is contained in:
@@ -29,6 +29,7 @@ export const panel_names = {
|
||||
THEME_CURATION_PANEL: "themeCurationPanel",
|
||||
IMAGE_PANEL: "imagepanel",
|
||||
SERVICE_UNAVAILABLE: "servicepanel",
|
||||
OPTIONAL_TERMS_PANEL: "optionaltermspanel", // 선택약관 Intro Panel
|
||||
// error
|
||||
ERROR_PANEL: "errorpanel",
|
||||
|
||||
@@ -76,13 +77,16 @@ export const ACTIVE_POPUP = {
|
||||
orderDetailPopup: "orderDetailPopup",
|
||||
orderDetailCancel: "orderDetailCancel",
|
||||
errorPopup: "errorPopup",
|
||||
returnExchangePopup: "returnExchangePopup",
|
||||
trackPackagePopup: "trackPackagePopup",
|
||||
returnExchangePopup: "returnExchangePopup", trackPackagePopup: "trackPackagePopup",
|
||||
unSupportedCountryPopup: "unSupportedCountryPopup",
|
||||
changeCountyPopup: "changeCounty",
|
||||
networkErrorPopup: "networkErrorPopup",
|
||||
endOfServicePopup: "endOfServicePopup",
|
||||
checkoutErrorPopup: "checkoutErrorPopup",
|
||||
optionalTermsConfirmPopup: "optionalTermsConfirmPopup",
|
||||
optionalTermsTest: "optionalTermsTest",
|
||||
introTermsPopup: "introTermsPopup",
|
||||
toast: "toast",
|
||||
};
|
||||
export const DEBUG_VIDEO_SUBTITLE_TEST = false;
|
||||
export const AUTO_SCROLL_DELAY = 600;
|
||||
|
||||
Reference in New Issue
Block a user