dedsudiyu hace 1 año
padre
commit
96420b74dc
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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>