import React, { Component } from 'react'; import {getImageUrl} from 'educoder'; import { Modal} from 'antd'; class DownloadMessage extends Component { constructor(props) { super(props); this.state = { funmodalsType:false, istype:false } } setDownload=()=>{ this.props.modalCancel(); window.open(`/users/${this.props.user.login}/private_messages`) } render() { return(
{this.props.value===500?

因附件资料超过500M,您可以通过检索分批下载

或者通过微信或者QQ联系管理员辅助您打包下载

:this.props.value===100?

已超出文件导出的上限数量( 100 ),建议:

1.通过检索分批次下载

2.联系管理员辅助下载

:""}
取消 立即联系
) } } export default DownloadMessage;