12345678910111213141516171819202122232425262728293031323334 |
- export const rewardType = [
- {
- label: 'S赏',
- value: 1
- },
- {
- label: 'A赏',
- value: 2
- },
- {
- label: 'B赏',
- value: 3
- },
- {
- label: 'C赏',
- value: 4
- },
- {
- label: 'E赏',
- value: 4
- },
- {
- label: 'FIRST赏',
- value: 21
- },
- {
- label: 'LAST赏',
- value: 22
- },
- {
- label: '欧王赏',
- value: 23
- },
- ]
|