dev_forum
杨树林 5 years ago
parent 005235a166
commit 75425d8532

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

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

Loading…
Cancel
Save