This commit is contained in:
Zheng Jie
2022-08-05 17:47:58 +08:00
parent f3650cd8f8
commit 35775bb798
2 changed files with 20 additions and 8 deletions

View File

@@ -1,10 +1,12 @@
<template>
<div
v-if="show"
class="wwads-cn wwads-vertical"
data-id="148"
style="z-index:10000;position:fixed;bottom:33px;right:1px;max-width:200px;padding: 12px 10px;border-radius:5px;"
/>
<div id="ww-container">
<div
v-if="show"
class="wwads-cn wwads-vertical"
data-id="148"
style="z-index:10000;position:fixed;bottom:33px;right:1px;max-width:200px;padding: 12px 10px;border-radius:5px;"
/>
</div>
</template>
<script>