Antd 封装Modal
const {
title, onClose } = this.props;
<Modaltitle={
title}visible={
true}onOk={
this.handleOkDraw}onCancel={
onClose}maskClosable={
false}
><Form><Steps status="wait" size="small" direction="vertical"><Step title="选择任务项" description={
selectTask} /><Step title="抽奖次数设置" description={
setDrawNum} /></Steps></Form>
</Modal>**************************************************************
{
addDrawVisible && (<AddDrawModaltitle="新增抽奖次数赠送规则"onClose={
this.onAddDrawClose}onOk={
this.onAddDrawOk}/>
)}