GSExamProj/unpackage/dist/dev/mp-weixin/pages/videoPage/videoPage.wxml

1 line
501 B
Plaintext

<view class="data-v-41136a1c"><view class="nav-bar data-v-41136a1c"></view><view class="video-area data-v-41136a1c"><video id="video" src="{{videoUrl}}" show-progress="{{false}}" enable-progress-gesture="{{false}}" initial-time="{{initTime}}" autoplay="{{true}}" data-event-opts="{{[['pause',[['videoPause',['$event']]]],['play',[['videoPlay',['$event']]]],['timeupdate',[['videoTime',['$event']]]]]}}" bindpause="__e" bindplay="__e" bindtimeupdate="__e" class="data-v-41136a1c"></video></view></view>