dev_forum
杨树明 5 years ago
parent 005235a166
commit d9a9ceeb37

@ -270,7 +270,7 @@ class Trialapplication extends Component {
}).then((result) => { }).then((result) => {
// console.log(result); // console.log(result);
// this.onTabChange("1"); // this.onTabChange("1");
if(result !== undefined){
this.props.showNotification(`试用申请已提交,我们将尽快完成审核`); this.props.showNotification(`试用申请已提交,我们将尽快完成审核`);
if (this.state.showTrial === false) { if (this.state.showTrial === false) {
window.location.href = "/"; window.location.href = "/";
@ -284,7 +284,7 @@ class Trialapplication extends Component {
}) })
this.handleDialogClose() this.handleDialogClose()
} }
} this.handleDialogClose()
}).catch((error) => { }).catch((error) => {
}) })

@ -286,7 +286,7 @@ class Trialapplicationysl extends Component {
}).then((result) => { }).then((result) => {
// console.log(result); // console.log(result);
// this.onTabChange("1"); // this.onTabChange("1");
if(result !== undefined){
this.props.showNotification(`试用申请已提交,我们将尽快完成审核`); this.props.showNotification(`试用申请已提交,我们将尽快完成审核`);
// if (this.state.showTrial === false) { // if (this.state.showTrial === false) {
window.location.href = "/"; window.location.href = "/";
@ -302,7 +302,7 @@ class Trialapplicationysl extends Component {
// this.Cancel(); // this.Cancel();
// //
// } // }
}
}).catch((error) => { }).catch((error) => {
}) })

Loading…
Cancel
Save