refactor(player): 重构注单详情页为票据式布局并突出净赢

This commit is contained in:
2026-06-22 15:27:58 +08:00
parent e0ce36cc48
commit f20243fa8a
4 changed files with 477 additions and 362 deletions

View File

@@ -124,6 +124,9 @@ export default {
stats_stake: '总投注额',
stats_return: '总回报',
cashbacked: '已回水',
profit: '净赢',
return_incl_stake: '回报 {amount}(含本金)',
stake_to_return: '{stake} × {odds} = {amount}',
},
auth: {
login: '登录',