This commit is contained in:
Zheng Jie
2022-08-01 18:07:27 +08:00
parent d75f006641
commit 325c8652d2

View File

@@ -16,13 +16,13 @@ export default {
},
created() {
const _this = this
const oScript = document.createElement('script')
oScript.type = 'text/javascript'
oScript.src = '//cdn.wwads.cn/js/makemoney.js'
document.body.appendChild(oScript)
setTimeout(function() {
_this.show = true
}, 650)
if (window._AdBlockInit === undefined) {
_this.show = false
} else {
setTimeout(function() {
_this.show = true
}, 650)
}
}
}
</script>