添加:开屏广告支持视频
This commit is contained in:
parent
da4a6bc44e
commit
2ceb3112a7
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue