Update SapergamePage.vue

now now console logs in saper
This commit is contained in:
rafael1209
2024-03-05 15:38:23 +02:00
parent cd88b0c1f9
commit a1579a5d52

View File

@@ -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)
} }
} }
}, },