init
This commit is contained in:
@@ -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},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user