added debuger for checking status offbtn

This commit is contained in:
Kostya
2023-12-13 21:06:20 +03:00
parent 0a76103b95
commit 930fa2be01

View File

@@ -65,6 +65,7 @@ export default {
amount(newAmount) {
console.log(newAmount)
this.offBtn = true
console.log('OFFBTN', this.offBtn)
setTimeout(() => {
try {
GettingMoneyOperation(newAmount)
@@ -72,6 +73,7 @@ export default {
console.log('Payments Modal Working!: ', response)
this.url = response.url
this.offBtn = false
console.log('ONBTN', this.offBtn)
})
}
catch (e) {