代码提交

This commit is contained in:
黄少君
2023-11-14 17:21:03 +08:00
parent d0b337c596
commit dcab74274f
567 changed files with 22414 additions and 7375 deletions

View File

@ -0,0 +1,15 @@
/**
* @name: index.type
* @author: kahu4
* @date: 2023-11-02 18:51
* @descriptionindex.type
* @update: 2023-11-02 18:51
* */
export const GOODS_ITEM_TYPE = {
NEW: 'NEW', // 新品首发
GROUP: 'GROUP', // 拼团
SECKILL: 'SECKILL', // 秒杀
BARGAIN: 'BARGAIN', // 砍价
SHOPPING_CART: 'CART', // 购物车数据
CONFIRM_ORDER: 'ORDER', // 确认订单数据
}