fixed logic for gameTurn and fixed-styles for circles

This commit is contained in:
Kostya
2024-01-30 14:57:37 +03:00
parent f6812dab84
commit 5c0e43fcf6
2 changed files with 3 additions and 1 deletions

View File

@@ -408,6 +408,7 @@ export default {
this.offEventPointers = false
this.gameStart = false
this.gamesCircle = 0
this.gameTurn = 0
this.claimWinningAmount()
@@ -512,6 +513,7 @@ export default {
this.offEventPointers = false
this.gameStart = false
this.gamesCircle = 0
this.gameTurn = 0
await GetWinningAmount({ SearchToken: GetCookie('SearchToken'), AuthToken: GetCookie('AUTHTOKEN') })
this.winningAmount = 0