This commit is contained in:
Zheng Jie
2022-08-24 13:51:59 +08:00
parent 5a71ef7e0d
commit 159e24537f
3 changed files with 71 additions and 52 deletions

View File

@@ -1,24 +0,0 @@
<template>
<div
v-if="show"
id="ww-container"
class="wwads-cn wwads-vertical"
data-id="148"
style="z-index:10000;padding: 12px 10px;"
/>
</template>
<script>
export default {
data() {
return {
show: true
}
},
created() {
if (window._AdBlockInit === undefined) {
this.show = false
}
}
}
</script>