This commit is contained in:
dute7liang
2024-01-21 01:50:37 +08:00
parent 8a2474bc3f
commit ebdf797174
5 changed files with 224 additions and 241 deletions

View File

@@ -242,3 +242,8 @@ export const rankDrawList = [
{ value: true, label: '已领奖',listClass: listClass.primary},
{ value: false, label: '未领奖',listClass: listClass.warning},
]
export const payConfigTypeList = [
{ value: 1, label: '支付宝',listClass: listClass.primary},
{ value: 2, label: '微信',listClass: listClass.success},
]