diff --git a/src/app/admin/(dashboard)/_client/userCenter.tsx b/src/app/admin/(dashboard)/_client/userCenter.tsx index 82ed386..c446ae6 100644 --- a/src/app/admin/(dashboard)/_client/userCenter.tsx +++ b/src/app/admin/(dashboard)/_client/userCenter.tsx @@ -26,7 +26,7 @@ export default async function UserCenter() {
-

{profile.username?.trim() || profile.email || profile.phone}

+

{profile.username?.trim() || profile.phone || profile.email}

{`最后登录:${format(profile.last_login, 'yyyy-MM-dd HH:mm')}`}