jiangping
2024-12-11 fd4b065fc5a3f73dbe6ceb8f2ed66612b10a3c00
h5/pages/staff/task/vDangetAppr.vue
@@ -364,12 +364,15 @@
         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;
@@ -800,7 +803,7 @@
      }
      .flow_wrap {
         padding: 30rpx 0;
         padding: 30rpx 0 90rpx;
         .list {
            .item {
@@ -1368,7 +1371,11 @@
         color: #333333;
      }
   }
   .video_app{
      position: absolute;
      left: 3000rpx;
      top: 3000rpx;
   }
   .Transfer_footer {
      display: flex;