mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
delete comments in code
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user