mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fixed bug with crystal saper
This commit is contained in:
@@ -421,7 +421,6 @@ export default {
|
|||||||
created() {
|
created() {
|
||||||
const AUTHTOKEN = GetCookie('AUTHTOKEN')
|
const AUTHTOKEN = GetCookie('AUTHTOKEN')
|
||||||
const SEARCHTOKEN = GetCookie('SearchToken')
|
const SEARCHTOKEN = GetCookie('SearchToken')
|
||||||
this.amountCrystals = 5
|
|
||||||
|
|
||||||
if (AUTHTOKEN !== null && SEARCHTOKEN !== null) {
|
if (AUTHTOKEN !== null && SEARCHTOKEN !== null) {
|
||||||
try {
|
try {
|
||||||
@@ -451,6 +450,9 @@ export default {
|
|||||||
this.ValidationPlay.startGame = false
|
this.ValidationPlay.startGame = false
|
||||||
}, 2000)
|
}, 2000)
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
this.amountCrystals = 5
|
||||||
|
}
|
||||||
})
|
})
|
||||||
this.getBalanceUser()
|
this.getBalanceUser()
|
||||||
}
|
}
|
||||||
@@ -458,6 +460,9 @@ export default {
|
|||||||
console.error('Error in GetData', e)
|
console.error('Error in GetData', e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
this.amountCrystals = 5
|
||||||
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
eventBus.on('Updatebalance-saper', () => {
|
eventBus.on('Updatebalance-saper', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user