This commit is contained in:
Zheng Jie
2022-08-01 17:44:35 +08:00
parent 2a38d50e88
commit d75f006641

View File

@@ -16,6 +16,10 @@ 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)