Refine horse race pool and quick entry

This commit is contained in:
2026-04-11 16:27:04 +08:00
parent b02a789264
commit 37c175289c
6 changed files with 53 additions and 4 deletions
@@ -399,6 +399,7 @@
this.countdown = data.bet_seconds || 90;
this.totalSeconds = this.countdown;
this.horses = data.horses || [];
this.totalPool = data.total_pool || 0;
this.myBet = false;
this.myBetHorseId = null;
this.myBetHorseName = '';