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

1 line
1.0 KiB
Plaintext

<view style="width:100%;overflow-x:hidden;" class="data-v-4f890410"><view data-event-opts="{{[['tap',[['backEv',['$event']]]]]}}" class="back-img data-v-4f890410" style="{{'top:'+(newTop+'px')+';'}}" bindtap="__e"><image src="/static/public/icon-back.png" mode="widthFix" class="data-v-4f890410"></image></view><video style="{{'width:100%;'+('height:'+(newHeight+'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><block wx:if="{{isPlayImg}}"><image style="position:fixed;top:50%;left:50%;width:126rpx;height:126rpx;transform:translate(-50%, -50%);" src="/static/public/icon-play.png" mode="aspectFill" data-event-opts="{{[['tap',[['playEv',['$event']]]]]}}" bindtap="__e" class="data-v-4f890410"></image></block></view>