mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added test logic for play in saper
This commit is contained in:
@@ -160,6 +160,7 @@ export default {
|
|||||||
amountCrystals: 0,
|
amountCrystals: 0,
|
||||||
amountSaveCrystals: 0,
|
amountSaveCrystals: 0,
|
||||||
balance: 0,
|
balance: 0,
|
||||||
|
gamesCircle: 0,
|
||||||
ErrorClick: '',
|
ErrorClick: '',
|
||||||
gameStart: false,
|
gameStart: false,
|
||||||
offEventPointers: false,
|
offEventPointers: false,
|
||||||
@@ -215,8 +216,19 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
flippedCards: {
|
flippedCards: {
|
||||||
handler(value) {
|
async handler(value) {
|
||||||
|
if (this.gamesCircle <= this.amountSaveCrystals) {
|
||||||
console.log(value)
|
console.log(value)
|
||||||
|
this.offEventPointers = false
|
||||||
|
|
||||||
|
let LimitClicked = this.amountSaveCrystals
|
||||||
|
let DepositDiamonds = this.amountSaveDeposit
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
this.gameStart = false
|
||||||
|
this.offEventPointers = false
|
||||||
|
this.flippedCards = []
|
||||||
|
}
|
||||||
},
|
},
|
||||||
deep: true
|
deep: true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user