|
|
@ -205,7 +205,7 @@ const UserCard = forwardRef<any, any>((_, ref) => { |
|
|
|
) : ''} |
|
|
|
</View> |
|
|
|
</View> |
|
|
|
{isAdmin() && <Scan onClick={() => navTo('/user/store/verification', true)} />} |
|
|
|
{isAdmin() && <Scan className={'text-gray-900'} size={24} onClick={() => navTo('/user/store/verification', true)} />} |
|
|
|
<View className={'mr-4 text-sm px-3 py-1 text-black border-gray-400 border-solid border-2 rounded-3xl'} |
|
|
|
onClick={() => navTo('/user/profile/profile', true)}> |
|
|
|
{'个人资料'} |
|
|
|