{{ user.username }}
VIP {{ user.vipLevel }}
{{ t('total_assets') }}
{{ Number(user.balance).toFixed(2) }}
{{ t('contract_payment') }}
{{ stats.contractPayment }}
{{ t('btn_deposit') }}
{{ t('btn_withdraw') }}
{{ t('today_income') }}
+{{ stats.todayIncome }}
{{ t('team_commission') }}
{{ stats.totalCommission }}
{{ t('total_deposit') }}
{{ stats.totalDeposit }}
{{ t('total_withdraw') }}
{{ stats.totalWithdraw }}
{{ t('recent_records') }}
{{ t('all_records') }}
{{ t('no_data') }}
{{ typeText(r) }}
{{ r.time }}
{{ r.amount > 0 ? '+' : '' }}{{ r.amount }}
{{ statusText(r.status) }}
{{ t('change_password') }}
{{ t('logout_text') }}
{{ t('nav_home') }}
{{ t('nav_task') }}
{{ t('nav_chat') }}
{{ t('nav_vip') }}
{{ t('nav_mine') }}