Kaynağa Gözat

视频播放问题

genlong 2 yıl önce
ebeveyn
işleme
76886971d2

+ 5 - 1
src/components/VideoPlayBox.vue

@@ -61,6 +61,10 @@ const props=defineProps({
     speedOpt:{
     speedOpt:{
         type:Array,
         type:Array,
         default:['2.0','1.5','1.25','1.0','0.8','0.5']
         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" 
             class="video" 
             ref="videoIns"
             ref="videoIns"
             :src="videoUrl"
             :src="videoUrl"
-            autoplay
+            :autoplay="autoplay"
             @canplay="videoCanPlay"
             @canplay="videoCanPlay"
             @play="videoPlay" 
             @play="videoPlay" 
             @pause="videoPause" 
             @pause="videoPause" 

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

@@ -241,12 +241,13 @@ let filterSize=ref('30%')
         </div>
         </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="flex box top-box">
                 <div class="left">
                 <div class="left">
                     <!-- <video controls loop src="https://hongze.oss-cn-shanghai.aliyuncs.com/static/video_03.mp4"></video> -->
                     <!-- <video controls loop src="https://hongze.oss-cn-shanghai.aliyuncs.com/static/video_03.mp4"></video> -->
                     <videoPlayBox
                     <videoPlayBox
                         videoUrl="https://hongze.oss-cn-shanghai.aliyuncs.com/static/video_03.mp4"
                         videoUrl="https://hongze.oss-cn-shanghai.aliyuncs.com/static/video_03.mp4"
+                        :autoplay="false"
                     />
                     />
                 </div>
                 </div>
                 <div class="right">
                 <div class="right">