code review:优惠劵逻辑

(cherry picked from commit 4f7d6793fd)
This commit is contained in:
YunaiV
2023-09-02 00:12:21 +08:00
committed by shizhong
parent 842c922855
commit 2a280e8267
6 changed files with 55 additions and 49 deletions

View File

@ -233,15 +233,15 @@ export const CouponTemplateTakeTypeEnum = {
export const PromotionProductScopeEnum = {
ALL: {
scope: 1,
name: '全部商品参与'
name: '通用劵'
},
SPU: {
scope: 2,
name: '指定商品参与'
name: '商品劵'
},
CATEGORY: {
scope: 3,
name: '指定品类参与'
name: '品类劵'
}
}