mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added debuger for checking status offbtn
This commit is contained in:
@@ -65,6 +65,7 @@ export default {
|
|||||||
amount(newAmount) {
|
amount(newAmount) {
|
||||||
console.log(newAmount)
|
console.log(newAmount)
|
||||||
this.offBtn = true
|
this.offBtn = true
|
||||||
|
console.log('OFFBTN', this.offBtn)
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
try {
|
try {
|
||||||
GettingMoneyOperation(newAmount)
|
GettingMoneyOperation(newAmount)
|
||||||
@@ -72,6 +73,7 @@ export default {
|
|||||||
console.log('Payments Modal Working!: ', response)
|
console.log('Payments Modal Working!: ', response)
|
||||||
this.url = response.url
|
this.url = response.url
|
||||||
this.offBtn = false
|
this.offBtn = false
|
||||||
|
console.log('ONBTN', this.offBtn)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user