邀请页面

This commit is contained in:
saplf
2019-09-06 14:08:11 +08:00
parent c8f919ce5a
commit f8598d34f7
9 changed files with 289 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ const CommunityPage: React.FC<HomeCommunityModelState & DispatchProp> = ({
<div
className="right app-btn"
onClick={() => dispatch(routerRedux.push('/invite'))}
>
{formatMessage({ id: 'home.community.invite' })}
</div>