diff --git a/src/military/task/taskDetail/index.jsx b/src/military/task/taskDetail/index.jsx index 961a5f10..ed344dfc 100644 --- a/src/military/task/taskDetail/index.jsx +++ b/src/military/task/taskDetail/index.jsx @@ -478,10 +478,14 @@ export default Form.create()( } - {!current_user.enterpriseCertification &&
+ {!current_user.enterpriseCertification && current_user.login &&
请先完善主体信息
} + {!current_user.login &&
+ 创客任务仅限登录用户查看,请先注册登录红山开源账号! +
} + {current_user.enterpriseCertification && detailData.status === 3 && (!detailData.exceptClosedBoolean) && signContent()}