mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added logic for off click on cards if send request
This commit is contained in:
@@ -221,7 +221,7 @@ export default {
|
||||
|
||||
if (this.gamesCircle < maxCircles) {
|
||||
console.log(value)
|
||||
// this.offEventPointers = false
|
||||
this.offEventPointers = false
|
||||
|
||||
let LimitClicked = this.amountSaveCrystals
|
||||
let DepositDiamonds = this.amountSaveDeposit
|
||||
@@ -266,6 +266,7 @@ export default {
|
||||
console.log('---------ANSWER SERVER-----------', AnswerServer)
|
||||
console.log(LimitClicked, DepositDiamonds, X_Cordinates)
|
||||
this.gamesCircle = this.gamesCircle + 1
|
||||
this.offEventPointers = true
|
||||
}
|
||||
else {
|
||||
this.gameStart = false
|
||||
|
||||
Reference in New Issue
Block a user