{{ $t('userProfile.clickToChange') }}
{{ $t('userProfile.nickname') }}
{{ userInfo.nickName || $t('userProfile.notSet') }}
{{ $t('userProfile.phone') }}
{{ userInfo.phone ? maskPhone(userInfo.phone) : $t('userProfile.notBound') }}
{{ $t('userProfile.balance') }}
¥{{ userInfo.balanceAmount || '0.00' }}