jiangping
2024-12-16 214e6fe7a754ddf4900e07033a2fda6200f4d7a1
h5/pages/staff/task/vDangetAppr.vue
@@ -263,9 +263,9 @@
         @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>
@@ -366,15 +366,16 @@
            console.log(item)
            this.videoPlay = true;
            this.videoUrl = item.fileurlFull;
            this.videoContext.requestFullScreen();
            this.$nextTick(() => {
               this.videoContext.requestFullScreen();
               this.videoContext.play();
            })
            
         },
         handleOpen() {
            this.isShowHandle = true;
            const submitFileList = this.info.submitFileList || []
            const submitFileList = this.info.submitFileList || []
            this.dealBeforeFileList  = [...submitFileList]
            this.submitFileList = [...submitFileList];
            this.$set(this.handleParam, 'dealTime', dayjs().format('YYYY-MM-DD HH:mm:ss'));
         },
@@ -1377,6 +1378,10 @@
      top: 0;
      width: 100vw;
      height: 100vh;
      video{
         width: 100%;
         height: 100%;
      }
   }
   .Transfer_footer {
      display: flex;