✨ feat(affiliate): Update affiliate component to display total commission and improve data fetching
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"accountBalance": "账户余额",
|
||||
"commission": "佣金",
|
||||
"copyInviteLink": "复制邀请链接",
|
||||
"copySuccess": "邀请链接复制成功",
|
||||
"deductBalance": "抵扣余额",
|
||||
"inviteCode": "邀请码",
|
||||
"recharge": "充值"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
{
|
||||
"amount": "金额",
|
||||
"balance": "余额",
|
||||
"commission": "佣金",
|
||||
"createdAt": "时间",
|
||||
"title": "账户余额",
|
||||
"deductBalance": "抵扣余额",
|
||||
"totalAssets": "资产概览",
|
||||
"type": {
|
||||
"0": "类型",
|
||||
"1": "充值",
|
||||
|
||||
Reference in New Issue
Block a user