import React from 'react'; import { WeaSteps, WeaDatePicker, WeaInput } from 'ecCom'; import { Upload, Icon, Modal, Row, Col, Button } from "antd"; import ModalStep1 from './modalStep1' const Dragger = Upload.Dragger; const Step = WeaSteps.Step; export default class ImportModal extends React.Component { constructor(props) { super(props) this.state = { currentStep: 0, } } render() { const { currentStep } = this.state; return (下一步} >
{ this.state.currentStep == 0 && () }
) } }