import React, { Component, Fragment } from 'react'; import { Icon, List } from 'antd'; export default class AccountView extends Component { getData = () => { return [ { title: '绑定淘宝', description: '当前未绑定淘宝账号', actions: [绑定], avatar: , }, { title: '绑定支付宝', description: '当前未绑定支付宝账号', actions: [绑定], avatar: , }, { title: '绑定钉钉', description: '当前未绑定钉钉账号', actions: [绑定], avatar: , }, ]; }; render() { return ( ( )} /> ); } }