mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2026-02-04 18:24:14 +02:00
fixed bug with img if claimwinning-money
This commit is contained in:
@@ -415,6 +415,8 @@ export default {
|
|||||||
this.offEventPointers = false
|
this.offEventPointers = false
|
||||||
this.gameStart = false
|
this.gameStart = false
|
||||||
this.flippedCards = []
|
this.flippedCards = []
|
||||||
|
this.unCorrectClick = []
|
||||||
|
this.CorrectsClick = []
|
||||||
this.gamesCircle = 0
|
this.gamesCircle = 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