|
|
|
@ -299,7 +299,7 @@ |
|
|
|
<view class="fullavd" wx:if="{{showFullAdv && startList.head_img}}" style="opacity: {{opacity}}"> |
|
|
|
<view class="time" bindtap="closeFullAdv" wx:if="{{showTime && startList.media_type}}">{{time}}s跳过</view> |
|
|
|
<view class="Qtop" style="min-height:100vh" wx:if="{{showTime && startList.media_type}}"> |
|
|
|
<image src="{{startList.head_img}}" style="width: 100%;height: 100vh;"></image> |
|
|
|
<image src="{{startList.head_img}}" style="width: 100%;height: 100vh;" bindtap="bannerClick" data-item="{{startList}}"></image> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 视频 --> |
|
|
|
|