mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
Merge branch 'main' of https://github.com/danilt2000/LuckyDiamond
This commit is contained in:
@@ -421,12 +421,15 @@ export default {
|
|||||||
try {
|
try {
|
||||||
this.offEventPointers = false
|
this.offEventPointers = false
|
||||||
this.gameStart = false
|
this.gameStart = false
|
||||||
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
|
||||||
|
|
||||||
|
this.ValidationPlay.winGame = true
|
||||||
|
setTimeout(() => {
|
||||||
|
this.ValidationPlay.winGame = false
|
||||||
|
}, 1500)
|
||||||
|
|
||||||
return eventBus.emit('Updatebalance')
|
return eventBus.emit('Updatebalance')
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user