diff --git a/utils/couponUtils.js b/utils/couponUtils.js index d905c40..cc11f58 100644 --- a/utils/couponUtils.js +++ b/utils/couponUtils.js @@ -35,11 +35,11 @@ export const emunList = { } ], getType: [{ - label: '不可自行领取', + label: '用户不可自行领取', value: 'no' }, { - label: '可领取', + label: '用户可自行在小程序领取', value: 'yes' } ], @@ -66,7 +66,6 @@ export const emunList = { } ], useRule: [{ - label: '从最低价开始抵扣', value: 'price_asc' },