app-video.wxml 926 B

1
  1. <view data-event-opts="{{[['tap',[['preventD',['$event']]]]]}}" class="app-video app-content data-v-2338f790" style="{{'width:'+(width)+';'+('height:'+(height)+';')}}" catchtap="__e"><block wx:if="{{!start}}"><view data-event-opts="{{[['tap',[['play',['$event']]]]]}}" class="app-video app-image data-v-2338f790" catchtap="__e"><image class="app-image data-v-2338f790" style="width:100%;height:100%;" src="{{picUrl}}"></image><view class="app-play app-image data-v-2338f790"><icon class="app-play-icon data-v-2338f790"></icon></view></view></block><block wx:else><video class="app-video video data-v-2338f790" style="{{'width:'+(width)+';'+('height:'+(height)+';')}}" id="myVideo" autoplay="{{start}}" show-center-play-btn="{{true}}" src="{{url}}" data-event-opts="{{[['fullscreenchange',[['fullscreenChange',['$event']]]],['error',[['error',['$event']]]]]}}" bindfullscreenchange="__e" binderror="__e"></video></block></view>