This commit is contained in:
gyq
2025-11-21 18:23:34 +08:00
parent 749c099940
commit 012b6af891

View File

@@ -35,11 +35,11 @@ export const emunList = {
} }
], ],
getType: [{ getType: [{
label: '不可自行领取', label: '用户不可自行领取',
value: 'no' value: 'no'
}, },
{ {
label: '领取', label: '用户可自行在小程序领取',
value: 'yes' value: 'yes'
} }
], ],
@@ -66,7 +66,6 @@ export const emunList = {
} }
], ],
useRule: [{ useRule: [{
label: '从最低价开始抵扣', label: '从最低价开始抵扣',
value: 'price_asc' value: 'price_asc'
}, },