{{ user.username }}
-
{{ i18n("当前等级")|raw }}
{{ i18n(user.level.name)|raw }}
- {{ i18n("等级权益")|raw }} {{ user.level.privilege_content|raw }}
- {{ i18n("邮箱")|raw }} {{ user.email }}
- {{ i18n("API-ID")|raw }} {{ user.id }}
- {{ i18n("API密钥")|raw }} {{ user.app_key }}
- {{ i18n("积分")|raw }} {{ user.integral }}
- {{ i18n("商家权限")|raw }} {{ (user.group and user.group.is_merchant == 1 ? '' : ''~ i18n('去升级') ~'')|raw }}
- {{ i18n("供货权限")|raw }} {{ (user.group and user.group.is_supplier == 1 ? '' : ''~ i18n('去升级') ~'')|raw }} {% if user.group and user.group.is_supplier == 1 %}
- {{ i18n("供货码")|raw }} {{ user.api_code }} {% endif %}
- {{ i18n("累计消费")|raw }}{{ ccy() ~ lifetime.total_consumption_amount }}
- {{ i18n("累计充值")|raw }}{{ ccy() ~ lifetime.total_recharge_amount }}
- {{ i18n("累计推广人数")|raw }}{{ lifetime.total_referral_count }}
- {{ i18n("累计获利")|raw }}{{ ccy() ~ lifetime.total_profit_amount }}
- {{ i18n("累计提现")|raw }}{{ ccy() ~ lifetime.total_withdraw_amount }}