video curcse
All checks were successful
Deploy to Server / deploy (push) Successful in 36s

This commit is contained in:
jeremygan2021
2026-02-27 14:09:11 +08:00
parent f9c104452b
commit a47be29bf1
4 changed files with 64 additions and 17 deletions

View File

@@ -342,7 +342,7 @@ export default function UserIndex() {
)}
<Text className='uid'>ID: {userInfo ? (userInfo.phone_number || userInfo.id || '----') : '----'}</Text>
{!userInfo && (
{!userInfo?.phone_number && (
<View className='login-btns'>
<Button
className='btn-login primary'