feat: 10.10线上最新代码提交
This commit is contained in:
@@ -569,6 +569,15 @@ export default function ProfilePage() {
|
||||
</HStack>
|
||||
)}
|
||||
|
||||
<HStack justify="space-between" w="full">
|
||||
<Text fontSize="sm" color="gray.600">微信</Text>
|
||||
{user?.has_wechat ? (
|
||||
<Badge size="xs" colorScheme="green">已绑定</Badge>
|
||||
) : (
|
||||
<Badge size="xs" colorScheme="gray">未绑定</Badge>
|
||||
)}
|
||||
</HStack>
|
||||
|
||||
<HStack justify="space-between" w="full">
|
||||
<Text fontSize="sm" color="gray.600">注册时间</Text>
|
||||
<Text fontSize="sm">
|
||||
|
||||
Reference in New Issue
Block a user