import React from 'react'; import { CopyToClipboard } from 'react-copy-to-clipboard'; import './index.less'; import Page from '@src/containers/Page'; import Assets from '@src/components/Assets'; import { asyncSMessage } from '@src/services/AsyncTools'; import { PcUrl } from '../../../../Constant'; import { Main } from '../../../stores/main'; export default class extends Page { initData() { Main.getIndex().then(result => { this.setState(result); }); } renderView() { const { user = {} } = this.state; const { info = {} } = this.props.user; return (