commonConfig.js 324 B

12345678910111213141516171819202122232425262728293031323334
  1. export const rewardType = [
  2. {
  3. label: 'S赏',
  4. value: 1
  5. },
  6. {
  7. label: 'A赏',
  8. value: 2
  9. },
  10. {
  11. label: 'B赏',
  12. value: 3
  13. },
  14. {
  15. label: 'C赏',
  16. value: 4
  17. },
  18. {
  19. label: 'E赏',
  20. value: 4
  21. },
  22. {
  23. label: 'FIRST赏',
  24. value: 21
  25. },
  26. {
  27. label: 'LAST赏',
  28. value: 22
  29. },
  30. {
  31. label: '欧王赏',
  32. value: 23
  33. },
  34. ]