mall-laonong/unpackage/dist/dev/mp-weixin/pagesB/video/playVideo.wxml

1 line
993 B
Plaintext

<view class="video-play data-v-4f890410"><view data-event-opts="{{[['tap',[['backEv',['$event']]]]]}}" class="icon-back data-v-4f890410" style="{{'top:'+(statusHeight+'px')+';'}}" bindtap="__e"><view class="icon icon-return _i data-v-4f890410" style="font-size:38rpx;color:#ffffff;"></view></view><video style="{{'height:'+(scollHeight+'px')+';'}}" id="myVideo" autoplay="true" src="{{videoSrc}}" enable-play-gesture="{{dans}}" poster="{{posterSrc}}" controls="{{isControls}}" show-center-play-btn="{{isCenterImg}}" show-play-btn="{{isBottomImg}}" show-fullscreen-btn="{{isFull}}" data-event-opts="{{[['play',[['comePlay',['$event']]]],['pause',[['comePause',['$event']]]]]}}" bindplay="__e" bindpause="__e" class="data-v-4f890410"></video><view class="play-btn data-v-4f890410"><block wx:if="{{isPlayImg}}"><image src="/static/public/video-play.png" mode="aspectFill" data-event-opts="{{[['tap',[['playEv',['$event']]]]]}}" bindtap="__e" class="data-v-4f890410"></image></block></view></view>