diff --git a/constants/index.js b/constants/index.js index b86de01..074b3ab 100644 --- a/constants/index.js +++ b/constants/index.js @@ -19,4 +19,10 @@ const SEX_TYPE = { UNKNOW: 3, // 未知 }; -export { TOKEN_KEY, ORDER_STATUS, SEX_TYPE }; +// 热门分类类级 +const CATEGROY_LEVEL = { + ONE: 1, + TWO: 2, +}; + +export { TOKEN_KEY, ORDER_STATUS, SEX_TYPE, CATEGROY_LEVEL }; diff --git a/layouts/module/header/index.vue b/layouts/module/header/index.vue index 3552206..948e686 100644 --- a/layouts/module/header/index.vue +++ b/layouts/module/header/index.vue @@ -1,5 +1,6 @@