Commit 6a8b9403 authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 隐藏加入收藏

parent ef0b5dce
......@@ -103,9 +103,6 @@ function CompanyTitle(props: Props) {
<li className={styles['company-right']}>
{
userInfo && <>
<Button style={{ marginRight: '16px' }} onClick={fnChangeStatusNew}>
{newCollectStatus ? getMessage('locales.quxiaoshoucang', '取消收藏') : getMessage('locales.jiarushoucang', '加入收藏')}
</Button>
{
// onClick={fnApplyUser}
MemberMessage && MemberMessage.show && <Button
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment