代码提交
This commit is contained in:
15
components/goodsComponents/utils/index.type.js
Normal file
15
components/goodsComponents/utils/index.type.js
Normal file
@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @name: index.type
|
||||
* @author: kahu4
|
||||
* @date: 2023-11-02 18:51
|
||||
* @description:index.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', // 确认订单数据
|
||||
}
|
Reference in New Issue
Block a user