mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
Update SapergamePage.vue
now now console logs in saper
This commit is contained in:
@@ -297,7 +297,7 @@ export default {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error('Error in Percentage', e);
|
//console.error('Error in Percentage', e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -330,7 +330,7 @@ export default {
|
|||||||
this.offEventPointers = false
|
this.offEventPointers = false
|
||||||
let AnswerServer
|
let AnswerServer
|
||||||
|
|
||||||
let LimitClicked = this.amountCrystals
|
//let LimitClicked = this.amountCrystals
|
||||||
let DepositDiamonds = this.amountDeposit
|
let DepositDiamonds = this.amountDeposit
|
||||||
|
|
||||||
const X_Cordinates = value[this.gamesCircle]
|
const X_Cordinates = value[this.gamesCircle]
|
||||||
@@ -365,10 +365,10 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
console.error(e)
|
//console.error(e)
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(LimitClicked, DepositDiamonds, X_Cordinates)
|
//console.log(LimitClicked, DepositDiamonds, X_Cordinates)
|
||||||
this.gamesCircle = this.gamesCircle + 1
|
this.gamesCircle = this.gamesCircle + 1
|
||||||
this.offEventPointers = true
|
this.offEventPointers = true
|
||||||
if (AnswerServer === 'You dead') {
|
if (AnswerServer === 'You dead') {
|
||||||
@@ -457,7 +457,7 @@ export default {
|
|||||||
this.getBalanceUser()
|
this.getBalanceUser()
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
console.error('Error in GetData', e)
|
//console.error('Error in GetData', e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@@ -507,7 +507,7 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
console.error(e)
|
//console.error(e)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async claimWinningAmount() {
|
async claimWinningAmount() {
|
||||||
@@ -528,7 +528,7 @@ export default {
|
|||||||
return eventBus.emit('Updatebalance')
|
return eventBus.emit('Updatebalance')
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
console.error(e)
|
//console.error(e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user