dedsudiyu 1 년 전
부모
커밋
96420b74dc
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      pages/earlyWarningManage/earlyWarningDetail.vue

+ 4 - 0
pages/earlyWarningManage/earlyWarningDetail.vue

@@ -152,6 +152,10 @@
 				</view> -->
 				<video id="myvideo" :class="videoType?'videoOpacity1':'videoOpacity0'"
 					:controls="false" :muted="true" :autoplay="true"
+					:show-fullscreen-btn="false"
+					:show-play-btn="false"
+					:show-center-play-btn="false"
+					:enable-progress-gesture="false"
 					style="height:336rpx;width:600rpx;" 
 					:src="configUrl+form.recordVideo">
 				</video>