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() { created() {
const _this = this const _this = this
const oScript = document.createElement('script') if (window._AdBlockInit === undefined) {
oScript.type = 'text/javascript' _this.show = false
oScript.src = '//cdn.wwads.cn/js/makemoney.js' } else {
document.body.appendChild(oScript) setTimeout(function() {
setTimeout(function() { _this.show = true
_this.show = true }, 650)
}, 650) }
} }
} }
</script> </script>