小程序视频广告添加到页面顶部,进入页面会闪动怎么解决?
<view class="adContainer">
<ad unit-id="adunit-81fcb6b2603984a7" ad-type="video" ad-theme="white"></ad>
</view>
<!-- 提现历史 -->
<view wx:if="{{tixianList.length>0}}">
<view class="cu-bar bg-white solid-bottom ">
<view class="action">
<text class="cuIcon-title text-bb "></text> 兑换申请记录
</view>
</view>
<view class="cu-list menu ">
<view wx:for="{{tixianList}}" wx:key="_id" class="cu-item ">
<view class="content ">
<view class="text-grey text-sm ">申请时间:</view>
<view class="text-grey text-sm ">{{item.createTime}}</view>
</view>
<view class="content">
<text class="text-grey text-sm">金额:{{item.tixianzhi}}元</text>
</view>
</view>
</view>
</view>
<!-- 提现历史 -->
.page {
height: 100Vh;
width: 100vw;
}
.adContainer {
width: 100%;
margin-bottom: 10rpx;
}