| | |
| | | videoClick(item, i) {
|
| | | this.videoContext = uni.createVideoContext("myvideo", this); // this这个是实例对象 必传
|
| | | console.log(item)
|
| | | this.videoUrl = item.fileurlFull;
|
| | | this.videoContext.requestFullScreen({
|
| | | direction: 90
|
| | | });
|
| | | this.videoContext.play();
|
| | | this.videoUrl = item.fileurlFull; |
| | | this.videoPlay = true;
|
| | | this.$nextTick(() => { |
| | | this.videoContext.requestFullScreen({ |
| | | direction: 90 |
| | | }); |
| | | this.videoContext.play(); |
| | | }) |
| | | |
| | | },
|
| | | handleOpen() {
|
| | | this.isShowHandle = true;
|
| | |
| | | }
|
| | |
|
| | | .flow_wrap {
|
| | | padding: 30rpx 0;
|
| | | padding: 30rpx 0 90rpx;
|
| | |
|
| | | .list {
|
| | | .item {
|
| | |
| | | color: #333333;
|
| | | }
|
| | | }
|
| | |
|
| | | .video_app{ |
| | | position: absolute; |
| | | left: 3000rpx; |
| | | top: 3000rpx; |
| | | }
|
| | | .Transfer_footer {
|
| | | display: flex;
|
| | |
|