|
|
|
@ -182,10 +182,6 @@ class InterestpageMax extends Component {
|
|
|
|
|
|
|
|
|
|
//兴趣页面点击
|
|
|
|
|
Interestcompletionpage(){
|
|
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
setpagecomplet:true
|
|
|
|
|
})
|
|
|
|
|
if(this.state.gouxuans.length === 0){
|
|
|
|
|
this.openNotification("请选择职业");
|
|
|
|
|
return
|
|
|
|
@ -197,6 +193,8 @@ class InterestpageMax extends Component {
|
|
|
|
|
ints.push(this.state.gouxuans4[i].id);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
console.log("200200");
|
|
|
|
|
console.log(ints);
|
|
|
|
|
if(ints.length<1){
|
|
|
|
|
this.openNotification("请至少选择一个您感兴趣的内容");
|
|
|
|
|
return
|
|
|
|
@ -302,7 +300,7 @@ class InterestpageMax extends Component {
|
|
|
|
|
)
|
|
|
|
|
})}
|
|
|
|
|
</div>
|
|
|
|
|
<Button className="yslbutton2" size={"large"} type="primary"onClick={this.state.setpagecomplet===true?"":()=>this.Interestcompletionpage()} style={{width:"255px",height: "35px",background: "#4CACFF",marginTop: "17px"} }>完成</Button>
|
|
|
|
|
<Button className="yslbutton2" size={"large"} type="primary"onClick={()=>this.Interestcompletionpage()} style={{width:"255px",height: "35px",background: "#4CACFF",marginTop: "17px"} }>完成</Button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|