加载效果

Adjustreact
caicai8 5 years ago
parent 9f7cd12219
commit 2848643c8d

@ -77,12 +77,11 @@ class LiveNew extends Component{
} }
handleSubmit=()=>{ handleSubmit=()=>{
this.setState({
isSpining:true
})
this.props.form.validateFields((err, values) => { this.props.form.validateFields((err, values) => {
if(!err){ if(!err){
console.log(values); this.setState({
isSpining:true
})
const { liveId } = this.props; const { liveId } = this.props;
if(liveId){ if(liveId){
// 修改 // 修改

Loading…
Cancel
Save