forked from Gitlink/forgeplus-react
修改登录提示
This commit is contained in:
parent
79f0610376
commit
e54cfec859
|
@ -478,10 +478,14 @@ export default Form.create()(
|
|||
</React.Fragment>}
|
||||
</div>
|
||||
|
||||
{!current_user.enterpriseCertification && <div className="edu-back-white padding30 mt20 font-16 text-center mb50">
|
||||
{!current_user.enterpriseCertification && current_user.login &&<div className="edu-back-white padding30 mt20 font-16 text-center mb50">
|
||||
<a onClick={goUserProfiles} className="color-blue_41">请先完善主体信息</a>
|
||||
</div>}
|
||||
|
||||
{!current_user.login &&<div className="edu-back-white padding30 mt20 font-16 text-center mb50">
|
||||
<span className="color-blue_41">创客任务仅限登录用户查看,请先注册登录红山开源账号!</span>
|
||||
</div>}
|
||||
|
||||
{current_user.enterpriseCertification && detailData.status === 3 && (!detailData.exceptClosedBoolean) && signContent()}
|
||||
|
||||
<div className="applyList edu-back-white padding30 mt20">
|
||||
|
|
Loading…
Reference in New Issue