mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
add timer for updating game money on crash
This commit is contained in:
@@ -305,8 +305,9 @@ export default {
|
|||||||
.then((response) => {
|
.then((response) => {
|
||||||
console.log(response)
|
console.log(response)
|
||||||
this.startGame = false
|
this.startGame = false
|
||||||
|
setTimeout(() => {
|
||||||
this.updateUserMoney()
|
this.updateUserMoney();
|
||||||
|
}, 3000);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user