diff --git a/luckydiamond/src/pages/games-pages/SapergamePage.vue b/luckydiamond/src/pages/games-pages/SapergamePage.vue index cedd46c..0108395 100644 --- a/luckydiamond/src/pages/games-pages/SapergamePage.vue +++ b/luckydiamond/src/pages/games-pages/SapergamePage.vue @@ -61,7 +61,7 @@
-
+
@@ -162,9 +162,10 @@ export default { balance: 0, ErrorClick: '', gameStart: false, + offEventPointers: false, amountDeposit: 0, amountSaveDeposit: 0, - flippedCards: [], + flippedCards: '', PercentageGameSteps: [], ValidationPlay: { CrystalValidate: false, @@ -238,6 +239,7 @@ export default { else { this.playNotification() this.gameStart = true + this.offEventPointers = true } }, validationCheck() {