dev_cs_new
杨树明 6 years ago
parent e3c73014cb
commit 884701144a

@ -478,9 +478,11 @@ submittojoinclass=(value)=>{
this.submitstatevalue( 1,"您已成功加入项目",response.data.project) this.submitstatevalue( 1,"您已成功加入项目",response.data.project)
}else if( response.data.status===0){ }else if( response.data.status===0){
this.openNotification("加入项目成功!"); this.openNotification("加入项目成功!");
window.location.href(`/projects/${response.data.project_id}`)
} }
}) })
} }
this.hidetojoinclass()
} }
// trialapplications =()=>{ // trialapplications =()=>{
@ -908,7 +910,7 @@ submittojoinclass=(value)=>{
</li> </li>
<p id="none_checked_notice" className="color-orange none f12" <p id="none_checked_notice" className="color-orange none f12"
style={{marginLeft: '90px',display:checked_notice===true?'block':"none"}}>至少选择一个身份</p> style={{marginLeft: '90px',display:checked_notice===true?'block':"none"}}>选择一个身份</p>
<li className="clearfix mt10 edu-txt-center"> <li className="clearfix mt10 edu-txt-center">
<a className="task-btn mr10" <a className="task-btn mr10"

Loading…
Cancel
Save