diff --git a/public/react/src/modules/tpm/NewHeader.js b/public/react/src/modules/tpm/NewHeader.js index 9ff819c66..45e4acc4a 100644 --- a/public/react/src/modules/tpm/NewHeader.js +++ b/public/react/src/modules/tpm/NewHeader.js @@ -478,9 +478,11 @@ submittojoinclass=(value)=>{ this.submitstatevalue( 1,"您已成功加入项目",response.data.project) }else if( response.data.status===0){ this.openNotification("加入项目成功!"); + window.location.href(`/projects/${response.data.project_id}`) } }) } + this.hidetojoinclass() } // trialapplications =()=>{ @@ -908,7 +910,7 @@ submittojoinclass=(value)=>{

请至少选择一个身份

+ style={{marginLeft: '90px',display:checked_notice===true?'block':"none"}}>请选择一个身份