hengmei-two/unpackage/dist/build/mp-baidu/pagesB/video/playVideo.swan

1 line
960 B
Plaintext

<view class="_div"><image style="{{'width:33rpx;height:33rpx;position:fixed;z-index:10;left:20rpx;'+('top:'+(statusHNH/2+'px')+';')}}" src="/static/public/videoBack.png" mode="aspectFill" data-event-opts="{{[['tap',[['backEv',['$event']]]]]}}" bindtap="__e"></image><video style="{{'width:100%;'+('height:'+(newHeight+'px')+';')}}" id="myVideo" 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"></video><block s-if="{{isPlayImg}}"><image style="position:fixed;top:50%;left:50%;width:126rpx;height:126rpx;transform:translate(-50%, -50%);" src="/static/public/video.png" mode="aspectFill" data-event-opts="{{[['tap',[['playEv',['$event']]]]]}}" bindtap="__e"></image></block></view>