加载效果

Adjustreact
caicai8 5 years ago
parent 9f7cd12219
commit 2848643c8d

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

Loading…
Cancel
Save