feat: 优化下注异常清理与开奖结果详情展示

- 支持玩法关闭错误返回 cleanup_lines 时自动清空对应下注格并提示原因
- 调整下注预览与下注结果金额汇总文案,补充金额、回水、合计多语言翻译
- 下注结果弹窗新增注单状态展示
- 重构开奖结果详情页样式,强化前三名、派奖提示与查看中奖入口展示
- 精简底部导航激活态视觉效果
This commit is contained in:
2026-05-16 09:54:28 +08:00
parent 01baf9c18b
commit d5415888e6
8 changed files with 176 additions and 64 deletions

View File

@@ -143,6 +143,9 @@
"empty": "No preview data",
"draw": "Issue",
"status": "Status",
"amount": "Amount",
"rebate": "Rebate",
"total": "Total",
"totalBet": "Total stake",
"rebateDeduct": "Rebate deduction",
"actualDeduct": "Actual deduction",

View File

@@ -143,6 +143,9 @@
"empty": "पूर्वावलोकन डेटा छैन",
"draw": "इश्यू",
"status": "स्थिति",
"amount": "रकम",
"rebate": "रिबेट",
"total": "जम्मा",
"totalBet": "कुल बेट",
"rebateDeduct": "रिबेट कट्टा",
"actualDeduct": "वास्तविक कट्टा",

View File

@@ -143,6 +143,9 @@
"empty": "暂无预览数据",
"draw": "期号",
"status": "状态",
"amount": "金额",
"rebate": "回水",
"total": "合计",
"totalBet": "总下注",
"rebateDeduct": "回水抵扣",
"actualDeduct": "实扣金额",