dev_forum
杨树林 5 years ago
parent a506a860e5
commit 975368af00

@ -116,9 +116,9 @@ class EducoderLogin extends Component {
})
} else if(e===2) {
this.setState({
showbool: 2,
namezh:name,
passmm:pass,
showbool: 2,
})
}else if(e===3){
this.setState({

@ -122,7 +122,8 @@ class InterestpageComponent extends Component {
interest_ids: ints,
}).then((response) => {
if (response !== undefined) {
this.Jumptotheinterestpage();
// this.Jumptotheinterestpage();
window.location.href = "/"
}

Loading…
Cancel
Save