shortPlay-mini/unpackage/dist/dev/mp-weixin/components/video-full-screen/index.wxml

1 line
1.2 KiB
Plaintext

<block wx:if="{{videoShow}}"><view data-event-opts="{{[['dblclick',[['videoExit',['$event']]]]]}}" class="pos-f pos-full x-c" style="background:#000;z-index:99999;" binddblclick="__e"><video style="width:100%;height:100%;" autoplay="{{true}}" enable-play-gesture="{{true}}" id="use-video" src="{{src}}" vslide-gesture-in-fullscreen="{{false}}" direction="{{0}}" show-play-btn="{{false}}" show-fullscreen-btn="{{false}}" data-event-opts="{{[['play',[['videoPlay',['$event']]]],['pause',[['videoPause',['$event']]]],['ended',[['videoEnded',['$event']]]],['tap',[['videoTap',['$event']]]],['fullscreenchange',[['videoChange',['$event']]]]]}}" bindplay="__e" bindpause="__e" bindended="__e" bindtap="__e" bindfullscreenchange="__e"></video><block wx:if="{{videoShow&&!videoPlaying}}"><cover-image class="border-radius-c pos-a pos-tl-c x-c" style="width:100rpx;height:100rpx;" src="/static//common/bofang.svg" data-event-opts="{{[['tap',[['videoTap',['$event']]]]]}}" bindtap="__e"></cover-image></block><block wx:if="{{videoShow}}"><cover-image class="border-radius-c pos-a pos-bottom pos-right x-c use-close" src="/static/common/close.png" data-event-opts="{{[['tap',[['videoExit',['$event']]]]]}}" bindtap="__e"></cover-image></block></view></block>