修复优惠券问题

This commit is contained in:
gyq
2025-11-21 18:15:09 +08:00
parent 97feb2c588
commit da8aedb149
7 changed files with 83 additions and 22 deletions

View File

@@ -34,11 +34,11 @@ export const emunList = {
}
],
getType: [{
label: '不可自行领取',
label: '用户不可自行领取',
value: 'no'
},
{
label: '领取',
label: '用户可自行在小程序领取',
value: 'yes'
}
],