调整试用申请

dev_forum
杨树明 6 years ago
parent bab7fca543
commit 5b4da3d94d

@ -216,13 +216,13 @@ class Trialapplication extends Component {
this.setState({ this.setState({
isRenders: false isRenders: false
}) })
this.Cancel(); this.handleDialogClose()
window.location.href = "/"; window.location.href = "/";
} else { } else {
this.setState({ this.setState({
isRenders: false isRenders: false
}) })
this.Cancel(); this.handleDialogClose()
} }
} }
@ -277,13 +277,11 @@ class Trialapplication extends Component {
this.setState({ this.setState({
isRenders: false isRenders: false
}) })
this.Cancel();
this.handleDialogClose() this.handleDialogClose()
} else { } else {
this.setState({ this.setState({
isRenders: false isRenders: false
}) })
this.Cancel();
this.handleDialogClose() this.handleDialogClose()
} }
} }

@ -293,7 +293,7 @@ class Trialapplicationysl extends Component {
this.setState({ this.setState({
isRenders: false isRenders: false
}) })
this.Cancel(); // this.Cancel();
this.handleDialogClose() this.handleDialogClose()
// } else { // } else {
// this.setState({ // this.setState({

Loading…
Cancel
Save