添加:开屏广告支持视频

This commit is contained in:
wuhui_zzw 2023-12-13 15:13:10 +08:00
parent da4a6bc44e
commit 2ceb3112a7
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</swiper-item>
</swiper>
<view class="video-box" v-if="advData.type == 'video' && advData.video_link">
<video class="vid" :src="advData.video_link" :autoplay="true" :loop="true" :muted="true" :controls="false"></video>
<video class="vid" :src="advData.video_link" :autoplay="true" :loop="true" :controls="false"></video>
</view>
<view class="jump-over" :style="{ top: navH + 'rpx' }" @tap="launchFlag()">
跳过<text v-if="closeType == 1">{{time}}</text><slot name="bottom"></slot>