1234567891011121314151617181920212223242526 |
- <view class="home">
- <video style="z-index:1" src="{{url}}" initial-time="{{playVideoDuration}}" bindplay="bindplay" bindpause="bindpause" enable-auto-rotation="true" binderror="videoErrorCallback" bindtimeupdate="timeUpdate" bindfullscreenchange="fullScreenChange" show-play-btn="ture" show-mute-btn="true" controls bindended="chechEndStatus" id="myVideo">
- <view hidden="{{showWW}}">
- <image class="{{fullScreen?'rsww1':'rsww'}}" src="https://oss-sz2-1254259530.cos.ap-beijing.myqcloud.com/%E4%BA%BA%E5%8F%82%E5%A8%83%E5%A8%83.png" bindtap="startbf"></image>
- <view class="{{fullScreen?'text1':'text'}}" bindtap="startbf">学习累了么?不要溜号呦,点我继续学习吧!</view>
- </view>
- <!-- <view hidden="{{showChange}}">
- <image src="https://bucketnj1-1254259530.cos.ap-nanjing.myqcloud.com/netChange.png" class="{{fullScreen?'change_box1':'change_box'}}"></image>
- </view> -->
- <view hidden="{{showChange}}">
- <view catchtouchmove='true' class="{{fullScreen?'change1':'change'}}">
- <image src="https://bucketnj1-1254259530.cos.ap-nanjing.myqcloud.com/netChange.png" class="{{fullScreen?'change_box1':'change_box'}}"></image>
- <view class="{{fullScreen?'change_text2':'change_text'}}">您当前为非wifi网络</view>
- <view class="{{fullScreen?'change_text3':'change_text1'}}">请注意流量消耗哦!</view>
- <view class="{{fullScreen?'btn3':'btn1'}}" bindtap="goon">继续观看</view>
- <view class="{{fullScreen?'btn4':'btn2'}}" bindtap="goclose">关闭</view>
- </view>
- </view>
- </video>
- <view class="text_box">
- <view class="title">{{title}}</view>
- <view class="bfnum">{{playTimes}}次播放</view>
- <view class="zw">{{message}}
- </view>
- </view>
- </view>
|