This commit is contained in:
Zheng Jie
2022-08-01 18:11:11 +08:00
parent 325c8652d2
commit 6ffcc5435f

View File

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