| | |
| | | import { EnumEnterpriseWalletExpandindirectOrderScene } from './apiEnum'; |
| | | import { TempFolderPath } from './enum'; |
| | | |
| | | export const EnumEnterpriseWalletExpandindirectOrderSceneText = { |
| | | [EnumEnterpriseWalletExpandindirectOrderScene.XIANJIN_YINGXIAO]: '现金营销', |
| | |
| | | [EnumEnterpriseWalletExpandindirectOrderScene.GONGYI_BUZHU]: '公益补助', |
| | | [EnumEnterpriseWalletExpandindirectOrderScene.ZHUANZHANG_QITA]: '其他场景', |
| | | }; |
| | | |
| | | export const AlipayExpandindirectSceneList = [ |
| | | `${TempFolderPath}/alipayExpandindirectScene/scene1.jpg`, |
| | | `${TempFolderPath}/alipayExpandindirectScene/scene2.png`, |
| | | `${TempFolderPath}/alipayExpandindirectScene/scene3.png`, |
| | | `${TempFolderPath}/alipayExpandindirectScene/scene4.png`, |
| | | `${TempFolderPath}/alipayExpandindirectScene/scene5.png`, |
| | | ]; |