app-video.wxml 852 B

1
  1. <view class="app-video app-content data-v-6f222488" style="{{'width:'+(width)+';'+('height:'+(height)+';')}}"><block wx:if="{{!start}}"><view data-event-opts="{{[['tap',[['play',['$event']]]]]}}" class="app-video app-image data-v-6f222488" bindtap="__e"><image class="app-image data-v-6f222488" style="width:100%;height:100%;" src="{{picUrl}}"></image><view class="app-play app-image data-v-6f222488"><icon class="app-play-icon data-v-6f222488"></icon></view></view></block><block wx:else><video class="app-video video data-v-6f222488" 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>