feat: 新增拼团

This commit is contained in:
2026-09-23 10:29:41 +08:00
parent f7b9e66172
commit 67f8b3f352
33 changed files with 7491 additions and 858 deletions
+11 -1
View File
@@ -454,7 +454,7 @@ export const FINANCE_WITHDRAWAL_STATUS = [
];
/**
* 页面:1-APP首页,2-APP分类页,3-资讯,4-爆单区,5-好物区,6-积分专区,7-数字积分页 8-新人专享、9-超级补贴、10-限时秒杀、11-领券中心
* 页面:1-APP首页,2-APP分类页,3-资讯,4-爆单区,5-好物区,6-积分专区,7-数字积分页 8-新人专享、9-超级补贴、10-限时秒杀、11-领券中心 12-拼团活动
* @type {[{value: string, key: string}]}
*/
export const APP_PAGE_TYPE = {
@@ -469,6 +469,7 @@ export const APP_PAGE_TYPE = {
SUPER_SUBSIDY: 9,
SECKILL: 10,
COUPON: 11,
GROUP_BUY: 12,
};
/**
@@ -520,6 +521,10 @@ export const ACTIVITY_TYPE = [
key: 'seckill',
value: "秒杀活动"
},
{
key: 'group',
value: "拼团活动"
},
]
// 商品--分类的类型 type
@@ -549,6 +554,11 @@ export const SORT_TYPE = [
value: "限时秒杀",
path: "/pages/active/limited-time/limited-time"
},
{
key: 22,
value: "超值拼团",
path: "/pages/active/group-buying/group-buying"
},
]
// 物流更改状态 0=未申请,1=待审核,2=审核通过,3=审核驳回