|
|
@ -655,19 +655,35 @@ |
|
|
<image bindtap="closeAdv" style="width: 100rpx; height: 100rpx;transform: translate(200rpx,6rpx);" src="https://static.ticket.sz-trip.com/uploads/20220810/f4bb1a4f0b5eb394e6ca6e4f03aaa1e0.png"></image> |
|
|
<image bindtap="closeAdv" style="width: 100rpx; height: 100rpx;transform: translate(200rpx,6rpx);" src="https://static.ticket.sz-trip.com/uploads/20220810/f4bb1a4f0b5eb394e6ca6e4f03aaa1e0.png"></image> |
|
|
</view> |
|
|
</view> |
|
|
<!-- 广告弹窗结束 --> |
|
|
<!-- 广告弹窗结束 --> |
|
|
<view class="fullavd" wx:if="{{showFullAdv}}" style="opacity: {{opacity}}"> |
|
|
<view class="fullavd" wx:if="{{showFullAdv && startList.head_img}}" style="opacity: {{opacity}}"> |
|
|
<view class="time" bindtap="closeFullAdv" wx:if="{{showTime}}">{{time}}s跳过</view> |
|
|
<view class="time" bindtap="closeFullAdv" wx:if="{{showTime && startList.media_type}}">{{time}}s跳过</view> |
|
|
<!-- <view class="Qtop" style="height:{{viewHeight}}"> --> |
|
|
<view class="Qtop" style="min-height:100vh" wx:if="{{showTime && startList.media_type}}"> |
|
|
<view class="Qtop" style="min-height:100vh"> |
|
|
<image src="{{startList.head_img}}" mode="widthFix" style="width: 100%;height: 100%;"></image> |
|
|
<image src="{{startList.head_img}}" mode="widthFix" style="width: 100%;height: 100%;"></image> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<!-- <swiper class="fullsp" autoplay="{{true}}" interval="{{3000}}" duration="{{300}}" indicator-active-color="white"> |
|
|
|
|
|
<block wx:for="{{startList}}" wx:key="*this"> |
|
|
<!-- 视频 --> |
|
|
<swiper-item data-item="{{item}}" bindtap="bannerJumpNew" > |
|
|
<view style="width:100vw;height: 100vh;position: relative;" wx:if="{{!startList.media_type}}"> |
|
|
<image src="{{item.head_img}}" style="width: 100%;height: 100%;" mode="widthFix"></image> |
|
|
<video |
|
|
</swiper-item> |
|
|
style="width:100vw;height:100vh;display:block;" |
|
|
</block> |
|
|
id="myVideo" |
|
|
</swiper> --> |
|
|
src="{{startList.head_img}}" |
|
|
|
|
|
show-center-play-btn="{{false}}" |
|
|
|
|
|
show-play-btn="{{true}}" |
|
|
|
|
|
autoplay |
|
|
|
|
|
controls="{{false}}" |
|
|
|
|
|
bindended="videoend" |
|
|
|
|
|
loop="{{true}}" |
|
|
|
|
|
muted="{{isMuted}}" |
|
|
|
|
|
object-fit="fill" |
|
|
|
|
|
></video> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <image src="https://static.ticket.sz-trip.com/jundaosuzhou/images/startPage/mute.png" class="muteImg" mode="widthFix" wx:if="{{isMuted}}" bindtap="closeMuted"></image> --> |
|
|
|
|
|
<!-- <image src="https://static.ticket.sz-trip.com/jundaosuzhou/images/startPage/sound.png" class="muteImg" mode="widthFix" wx:else bindtap="closeMuted"></image> --> |
|
|
|
|
|
<image src="https://static.ticket.sz-trip.com/jundaosuzhou/images/startPage/logo.png" class="logoImg" mode="widthFix"></image> |
|
|
|
|
|
<image src="https://static.ticket.sz-trip.com/jundaosuzhou/images/startPage/btn.png" class="btnImg" mode="widthFix" bindtap="closeFullAdv"></image> |
|
|
|
|
|
<image src="https://static.ticket.sz-trip.com/jundaosuzhou/images/startPage/play.png" class="playImg" mode="widthFix" wx:if="{{videoPlay}}" bindtap="videoPlay"></image> |
|
|
|
|
|
<image src="https://static.ticket.sz-trip.com/jundaosuzhou/images/startPage/pause.png" class="playImg" mode="widthFix" wx:else bindtap="videoPause"></image> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<!-- <view class="topBox"> |
|
|
<!-- <view class="topBox"> |
|
|
<view class="Qtop" :style="{height:height}"> |
|
|
<view class="Qtop" :style="{height:height}"> |
|
|
|