加载中...
error {{ error }}

person {{ $t('profile.title') }}

{{ $t('profile.username') }}: {{ userInfo.username }}

{{ $t('profile.email') }}: {{ userInfo.email }}

{{ $t('profile.joinDate') }}: {{ formatDate(userInfo.created_at) }}

{{ $t('profile.currentQuota') }}
{{ userInfo.quota }}

{{ $t('profile.quotaDesc') }}

receipt_long {{ $t('profile.orderHistory') }}

{{ $t('profile.orderNumber') }} {{ $t('profile.orderAmount') }} {{ $t('profile.orderQuota') }} {{ $t('profile.orderStatus') }} {{ $t('profile.orderDate') }}
{{ order.order_number }} ¥{{ order.amount.toFixed(2) }} {{ order.quota }} {{ $t('profile.orderStatus_' + order.status) }} {{ formatDate(order.created_at) }}
{{ $t('profile.noOrders') }}