mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fixed logic for gameTurn and fixed-styles for circles
This commit is contained in:
@@ -452,7 +452,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
left: 7px;
|
||||
left: 17px;
|
||||
}
|
||||
|
||||
.circles {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user