export default [ { title: '钱包卡', screenshot: '', schema: { componentName: 'WalletCard', props: { isLogin:true, mode: 'light', cardStyle: 'full', codeDirection: 'bottom', showIcon: true, showWalletName: true, showShopName: true, showCardNo: true, showCode: true, symbol: '$', align: 'left', items: [ { key: 'points', label: 'Points', value: 0, }, { key: 'balance', label: 'Balance', value: 10, }, { key: 'discount', label: 'Discount card', value: 0, }, { key: 'voucher', label: 'Voucher', value: 0, } ], }, }, }, ];