{{ $t('user.nickname') }}
{{ userInfo?.nickname || '-' }}
{{ $t('user.bindPhone') }}
{{ formatPhone(userInfo?.phone) }}
{{ $t('user.bindEmail') }}
{{ userInfo?.email || $t('common.no') }}
Bind Telegram
{{ telegramAccount || $t('common.no') }}
{{ $t('user.region') }}
{{ userInfo?.region || '-' }}
{{ $t('user.age') }}
{{ userInfo?.age || '-' }}
{{ $t('user.gender') }}
{{ getGenderText() }}
{{ $t('user.realName') }}
{{ getRealNameStatus() }}
{{ $t('user.changePassword') }}
{{ $t('user.paymentAccount') }}
{{ userInfo?.paymentAccountCount || 0 }}