| | |
| | | @cancel="isShowHandleDate = false" mode="datetime"></u-datetime-picker>
|
| | | <!-- -->
|
| | |
|
| | | <view v-if="videoPlay" class="video_app">
|
| | | <!-- <view v-show="videoPlay" class="video_app">
|
| | | <video controls id="myvideo" :src="videoUrl" @fullscreenchange="screenChange"></video>
|
| | | </view>
|
| | | </view> -->
|
| | | </view>
|
| | | </template>
|
| | |
|
| | |
| | | console.log(item) |
| | | this.videoPlay = true;
|
| | | this.videoUrl = item.fileurlFull;
|
| | | this.videoContext.requestFullScreen(); |
| | | this.$nextTick(() => { |
| | | this.videoContext.requestFullScreen(); |
| | | this.videoContext.play(); |
| | | }) |
| | |
|
| | |
| | | top: 0; |
| | | width: 100vw; |
| | | height: 100vh; |
| | | video{ |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | }
|
| | | .Transfer_footer {
|
| | | display: flex;
|