加载效果

Adjustreact
caicai8 5 years ago
parent 9f7cd12219
commit 2848643c8d

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

Loading…
Cancel
Save