新功能(#25): 用户中心拆分提现/退款 tab 并适配新接口

This commit is contained in:
2026-06-11 21:25:40 -07:00
parent 1834b97fe2
commit bef8a12064
7 changed files with 394 additions and 119 deletions
@@ -16,6 +16,10 @@
"inviteCode": "邀请码",
"inviteRecords": "邀请记录",
"noReason": "无",
"recordsTabs": {
"withdrawal": "提现记录",
"refund": "退款记录"
},
"rejectReason": "拒绝原因",
"registrationTime": "注册时间",
"submitWithdraw": "提交申请",
@@ -28,10 +32,27 @@
"withdrawDescription": "填写提现金额和收款信息后提交申请,等待后台审核。",
"withdrawError": "提现申请提交失败",
"withdrawRecords": "提现记录",
"withdrawalRecordsDescription": "查看你的提现申请、审核状态和收款信息。",
"withdrawalEmpty": "暂无提现记录",
"withdrawStatus": {
"approved": "已通过",
"pending": "审核中",
"rejected": "已拒绝"
},
"withdrawSuccess": "提现申请已提交"
"withdrawSuccess": "提现申请已提交",
"commissionReturn": {
"description": "查看订单退款和提现退回记录。",
"empty": "暂无退款记录",
"eventType": {
"orderRefund": "订单退款",
"withdrawRejectReturn": "提现拒绝退回",
"withdrawCancelReturn": "用户取消提现退回",
"unknown": "佣金返回"
},
"fields": {
"eventType": "类型",
"orderNo": "订单号",
"createdAt": "创建时间"
}
}
}