delete comments in code

This commit is contained in:
Kostya
2024-01-25 18:53:38 +03:00
parent 9e848d789f
commit cb20c9987f

View File

@@ -166,7 +166,6 @@ export default {
clickedBtn: '', clickedBtn: '',
clickedBtnCrystal : '', clickedBtnCrystal : '',
amountCrystals: 0, amountCrystals: 0,
amountSaveCrystals: 0,
balance: 0, balance: 0,
winningAmount: 0, winningAmount: 0,
gamesCircle: 0, gamesCircle: 0,
@@ -193,24 +192,6 @@ export default {
} }
}, },
watch: { watch: {
// async amountDeposit(DiamondCount) {
// if (DiamondCount >= 1) {
// try {
// await GetCurrentMoney(GetCookie('AUTHTOKEN'), GetCookie('SearchToken'))
// .then((response) => {
// this.balance = response.currentMoney
// console.log(this.balance)
// })
// if (this.balance >= DiamondCount) {
// this.amountSaveDeposit = DiamondCount
// this.ValidationPlay.DiamondValidate = true
// }
// }
// catch (e) {
// console.error('Error amountdep', e)
// }
// }
// },
async amountCrystals(CrystalsCount) { async amountCrystals(CrystalsCount) {
this.PercentageGameSteps = [] this.PercentageGameSteps = []
if (CrystalsCount >= 1 && CrystalsCount <= 24) { if (CrystalsCount >= 1 && CrystalsCount <= 24) {