export const ProductTypeList = [{label: 'VIP', value: 1},{label: '阅读劵', value: 2}, {label: 'VIP券', value: 3},{label: '书币', value: 4}] export const ProductTypeMapping = { "1": "VIP", "2": "阅读劵", "3": "VIP券", "4": "书币", }