dedsudiyu 1 rok temu
rodzic
commit
48d872a9bd
1 zmienionych plików z 17 dodań i 5 usunięć
  1. 17 5
      pages/earlyWarningManage/earlyWarningDetail.vue

+ 17 - 5
pages/earlyWarningManage/earlyWarningDetail.vue

@@ -150,14 +150,26 @@
 				<!-- <view v-if="form.warningType==4" class="img" @click="lockImgTow(form.recordPhoto)">
 					<img  :src="configUrl+form.recordPhoto"/>
 				</view> -->
+				<!-- 
+				 
+				 :show-fullscreen-btn="true"
+				 :show-play-btn="false"
+				 :show-center-play-btn="false"
+				 :enable-progress-gesture="false"
+					:controls="false"
+				 -->
 				<video 
 					@click="lockVideo"
 					id="myvideo" :class="videoType?'videoOpacity1':'videoOpacity0'"
-					:controls="false" :muted="true" :autoplay="true"
-					:show-fullscreen-btn="true"
-					:show-play-btn="false"
-					:show-center-play-btn="false"
-					:enable-progress-gesture="false"
+					:muted="true" 
+					:autoplay="true"
+					:controls="true"
+					 :show-fullscreen-btn="true"
+					 :show-play-btn="false"
+					 :show-center-play-btn="false"
+					 :show-progress="false"
+					 :show-bottom-progress="false"
+					 :enable-progress-gesture="false"
 					style="height:356rpx;width:640rpx;margin-bottom:15rpx;" 
 					:src="configUrl+form.recordVideo">
 				</video>