dev_forum
杨树明 5 years ago
parent d9a9ceeb37
commit 14302ee37f

@ -271,9 +271,9 @@ class Trialapplication extends Component {
// console.log(result); // console.log(result);
// this.onTabChange("1"); // this.onTabChange("1");
this.props.showNotification(`试用申请已提交,我们将尽快完成审核`); // this.props.showNotification(`试用申请已提交,我们将尽快完成审核`);
if (this.state.showTrial === false) { if (this.state.showTrial === false) {
window.location.href = "/"; // window.location.href = "/";
this.setState({ this.setState({
isRenders: false isRenders: false
}) })

@ -287,9 +287,9 @@ class Trialapplicationysl extends Component {
// console.log(result); // console.log(result);
// this.onTabChange("1"); // this.onTabChange("1");
this.props.showNotification(`试用申请已提交,我们将尽快完成审核`); // this.props.showNotification(`试用申请已提交,我们将尽快完成审核`);
// if (this.state.showTrial === false) { // if (this.state.showTrial === false) {
window.location.href = "/"; // window.location.href = "/";
this.setState({ this.setState({
isRenders: false isRenders: false
}) })

Loading…
Cancel
Save