import React, {Component} from 'react'; import {Link} from "react-router-dom"; import { Icon ,Button} from 'antd'; class PackageIndexNEISubmit extends Component { constructor(props) { super(props) this.state = { current:0 } } componentDidMount() { window.document.title = '众包创新' } setageload=(sum)=>{ if(sum===undefined){ window.location.href="/crowdsourcing/new" }else{ // this.props.history.push("/project_packages/"+sum) window.location.href="/crowdsourcing/"+sum } } render() { return (