mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added debuger
This commit is contained in:
@@ -96,7 +96,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
checkOffBtn() {
|
checkOffBtn() {
|
||||||
console.log(this.offBtn !== false && this.agreeUser !== false)
|
console.log(`offbtn = ${this.offBtn} agreeuser = ${this.agreeUser}`)
|
||||||
return this.offBtn === false && this.agreeUser !== false
|
return this.offBtn === false && this.agreeUser !== false
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user