mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
deleted comments peace-code
This commit is contained in:
@@ -365,9 +365,6 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
clickPlayButton() {
|
clickPlayButton() {
|
||||||
// if(!this.validationCheck()) {
|
|
||||||
// this.errorPlayButton()
|
|
||||||
// }
|
|
||||||
this.v$.$touch()
|
this.v$.$touch()
|
||||||
|
|
||||||
if (this.v$.amountDeposit.$error) {
|
if (this.v$.amountDeposit.$error) {
|
||||||
@@ -393,9 +390,6 @@ export default {
|
|||||||
console.error(e)
|
console.error(e)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// updatePage() {
|
|
||||||
// window.location.reload()
|
|
||||||
// },
|
|
||||||
async claimWinningAmount() {
|
async claimWinningAmount() {
|
||||||
if (this.winningAmount >= 1) {
|
if (this.winningAmount >= 1) {
|
||||||
try {
|
try {
|
||||||
@@ -412,11 +406,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// validationCheck() {
|
|
||||||
// if (this.ValidationPlay.CrystalValidate === true && this.ValidationPlay.DiamondValidate === true) {
|
|
||||||
// return true
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
playNotification() {
|
playNotification() {
|
||||||
this.ValidationPlay.startGame = true
|
this.ValidationPlay.startGame = true
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
@@ -431,8 +420,6 @@ export default {
|
|||||||
},
|
},
|
||||||
flipCard(index) {
|
flipCard(index) {
|
||||||
if (this.flippedCards.includes(index)) {
|
if (this.flippedCards.includes(index)) {
|
||||||
// this.flippedCards.splice(this.flippedCards.indexOf(index), 1);
|
|
||||||
// console.log(index, this.flippedCards)
|
|
||||||
return eventBus.emit('Updatebalance')
|
return eventBus.emit('Updatebalance')
|
||||||
} else {
|
} else {
|
||||||
this.flippedCards.push(index);
|
this.flippedCards.push(index);
|
||||||
|
|||||||
Reference in New Issue
Block a user