mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +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;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 7px;
|
left: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circles {
|
.circles {
|
||||||
|
|||||||
@@ -408,6 +408,7 @@ export default {
|
|||||||
this.offEventPointers = false
|
this.offEventPointers = false
|
||||||
this.gameStart = false
|
this.gameStart = false
|
||||||
this.gamesCircle = 0
|
this.gamesCircle = 0
|
||||||
|
this.gameTurn = 0
|
||||||
|
|
||||||
this.claimWinningAmount()
|
this.claimWinningAmount()
|
||||||
|
|
||||||
@@ -512,6 +513,7 @@ export default {
|
|||||||
this.offEventPointers = false
|
this.offEventPointers = false
|
||||||
this.gameStart = false
|
this.gameStart = false
|
||||||
this.gamesCircle = 0
|
this.gamesCircle = 0
|
||||||
|
this.gameTurn = 0
|
||||||
await GetWinningAmount({ SearchToken: GetCookie('SearchToken'), AuthToken: GetCookie('AUTHTOKEN') })
|
await GetWinningAmount({ SearchToken: GetCookie('SearchToken'), AuthToken: GetCookie('AUTHTOKEN') })
|
||||||
this.winningAmount = 0
|
this.winningAmount = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user