perf: invite member code (#4118)

* perf: invite member code

* fix: ts
This commit is contained in:
Archer
2025-03-12 14:35:38 +08:00
committed by archer
parent c301dafca7
commit d1ce3e2936
20 changed files with 284 additions and 342 deletions

View File

@@ -260,7 +260,7 @@ const MyInfo = ({ onOpenContact }: { onOpenContact: () => void }) => {
)}
{feConfigs?.isPlus && (
<Flex mt={6} alignItems={'center'}>
<Box {...labelStyles}>{t('account_info:contact')}:&nbsp;</Box>
<Box {...labelStyles}>{t('common:contact_way')}:&nbsp;</Box>
<Box flex={1} {...(!userInfo?.contact ? { color: 'red.600' } : {})}>
{userInfo?.contact ? userInfo?.contact : t('account_info:please_bind_contact')}
</Box>