浏览代码

视频播放问题

genlong 2 年之前
父节点
当前提交
76886971d2
共有 2 个文件被更改,包括 7 次插入2 次删除
  1. 5 1
      src/components/VideoPlayBox.vue
  2. 2 1
      src/views/report/Index.vue

+ 5 - 1
src/components/VideoPlayBox.vue

@@ -61,6 +61,10 @@ const props=defineProps({
     speedOpt:{
         type:Array,
         default:['2.0','1.5','1.25','1.0','0.8','0.5']
+    },
+    autoplay:{
+        type:Boolean,
+        default:true
     }
 })
 
@@ -194,7 +198,7 @@ onMounted(() => {
             class="video" 
             ref="videoIns"
             :src="videoUrl"
-            autoplay
+            :autoplay="autoplay"
             @canplay="videoCanPlay"
             @play="videoPlay" 
             @pause="videoPause" 

+ 2 - 1
src/views/report/Index.vue

@@ -241,12 +241,13 @@ let filterSize=ref('30%')
         </div>
 
         <!-- 关于 我们 -->
-        <div class="about-us-box" v-show="listState.firstClassifyId==0||(listState.firstClassifyId!=0&&listState.secClassifyId==0&&width<768)">
+        <div class="about-us-box" v-if="listState.firstClassifyId==0||(listState.firstClassifyId!=0&&listState.secClassifyId==0&&width<768)">
             <div class="flex box top-box">
                 <div class="left">
                     <!-- <video controls loop src="https://hongze.oss-cn-shanghai.aliyuncs.com/static/video_03.mp4"></video> -->
                     <videoPlayBox
                         videoUrl="https://hongze.oss-cn-shanghai.aliyuncs.com/static/video_03.mp4"
+                        :autoplay="false"
                     />
                 </div>
                 <div class="right">