<template>
<view>
<view class="content">我是内容,下面是广告条</view>
<ad adpid="***"></ad>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
.content {
height: 500rpx;
background-color: antiquewhite;
display: flex;
justify-content: center;
align-items: center;
font-size: 26px;
}
</style>
q***@163.com (作者)
录屏和代码已上传,我在android12,11都试了,同样的问题。
2023-05-22 16:13
q***@163.com (作者)
这个bug会影响大家对ad组件的使用,请问,什么时候能解决!
2023-05-29 15:57