1234567891011121314151617181920212223242526272829303132333435363738 |
- export function fileUrl () {
- let fileUrl = 'https://mall.rongtongh.cn/storage/img'
- return fileUrl
- }
- 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
- },
- ]
|