diff --git a/luckydiamond/src/pages/games-pages/CrashgamePage.vue b/luckydiamond/src/pages/games-pages/CrashgamePage.vue index b8da8f3..29d27f7 100644 --- a/luckydiamond/src/pages/games-pages/CrashgamePage.vue +++ b/luckydiamond/src/pages/games-pages/CrashgamePage.vue @@ -305,8 +305,9 @@ export default { .then((response) => { console.log(response) this.startGame = false - - this.updateUserMoney() + setTimeout(() => { + this.updateUserMoney(); + }, 3000); }) } },