|
|
|
@ -166,6 +166,10 @@ class InterestpageMax extends Component {
|
|
|
|
|
|
|
|
|
|
//兴趣页面点击
|
|
|
|
|
Interestcompletionpage(){
|
|
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
setpagecomplet:true
|
|
|
|
|
})
|
|
|
|
|
if(this.state.gouxuans.length === 0){
|
|
|
|
|
this.openNotification("请选择您的职业");
|
|
|
|
|
return
|
|
|
|
@ -189,13 +193,10 @@ class InterestpageMax extends Component {
|
|
|
|
|
if (response !== undefined) {
|
|
|
|
|
// this.Jumptotheinterestpage();
|
|
|
|
|
// window.location.href = "/"
|
|
|
|
|
|
|
|
|
|
if(response.data.message!==undefined){
|
|
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if(response.data.status===0){
|
|
|
|
|
this.setMyEduCoderModals()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}).catch((error) => {
|
|
|
|
@ -285,7 +286,7 @@ class InterestpageMax extends Component {
|
|
|
|
|
)
|
|
|
|
|
})}
|
|
|
|
|
</div>
|
|
|
|
|
<Button className="yslbutton2" size={"large"} type="primary"onClick={()=>this.Interestcompletionpage()} style={{width:"255px",height: "35px",background: "#4CACFF",marginTop: "17px"} }>完成</Button>
|
|
|
|
|
<Button className="yslbutton2" size={"large"} type="primary"onClick={this.state.setpagecomplet===true?"":()=>this.Interestcompletionpage()} style={{width:"255px",height: "35px",background: "#4CACFF",marginTop: "17px"} }>完成</Button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|