feat: 优化注单与钱包流水分页加载体验

- 注单列表与钱包流水支持 10 条分页、滚动触底自动加载和手动加载更多
- 新增钱包流水无更多数据提示与分页末页计算工具
- 精简钱包首页快捷入口与页面标题眉标展示
- 将下注表格草稿合计文案调整为投注金额并同步多语言翻译
This commit is contained in:
2026-05-15 16:52:25 +08:00
parent 7472a61db0
commit 01baf9c18b
10 changed files with 187 additions and 65 deletions

View File

@@ -120,7 +120,7 @@
"actual": "Actual Deduction",
"delete": "Delete",
"addRow": "Add Row",
"draftTotal": "Draft Total",
"draftTotal": "Bet Amount",
"totalBet": "Total",
"totalRebate": "Rebate",
"actualTotal": "Estimated Deduction",

View File

@@ -120,7 +120,7 @@
"actual": "वास्तविक कट्टा",
"delete": "हटाउनुहोस्",
"addRow": "पंक्ति थप्नुहोस्",
"draftTotal": "ड्राफ्ट जम्मा",
"draftTotal": "बेट रकम",
"totalBet": "जम्मा",
"totalRebate": "रिबेट",
"actualTotal": "अनुमानित कट्टा",

View File

@@ -120,7 +120,7 @@
"actual": "实扣金额",
"delete": "删除",
"addRow": "添加一行",
"draftTotal": "草稿合计",
"draftTotal": "投注金额",
"totalBet": "合计",
"totalRebate": "回水",
"actualTotal": "预计扣款",