checkout loading status fix / add my page tabs global variable

This commit is contained in:
hyunwoo93.cha
2024-07-02 14:55:23 +09:00
parent b3c54f49f8
commit dc03feaf9d
7 changed files with 49 additions and 7 deletions

View File

@@ -90,6 +90,16 @@ export const PLAN = "PLAN";
export const ADD_PLAN = "ADD_PLAN";
export const MORE = "MORE";
export const MYPAGE_TABS = {
MY_INFO: 30800,
MY_ORDERS: 30900,
RECENTLY_VIEWED: 30300,
FAVORITES: 30200,
REMINDERS: 30400,
SUPPORT: 30500,
TERMS_OF_SERVICE: 30600,
};
export const MYINFO_TABS = {
PAYMENT: 0,
BILLING_ADDRESS: 1,