Browse Source

Merge branch 'master' of http://1.14.104.71:10880/liujiaxin/baiyuchengpin

wangyan 2 weeks ago
parent
commit
d431b683cd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages_course/living.vue

+ 2 - 2
pages_course/living.vue

@@ -128,7 +128,7 @@
 							x5-video-player-type="h5" x5-video-orientation="landscape" :webkit-playsinline="true"
 							playsinline="true" :x5-playsinline="true">
 						</video>
-
+                        <view v-else class="txt">回放生成中...</view>
 						<view v-if="showCustomControls && liveItem.showType==1 && !isFullscreen" class="custom-controls"
 							@click.stop="toggleFullscreen">
 							<image src="/static/images/full_screen.png" class="control-icon" />
@@ -4647,7 +4647,7 @@
 		.video-player {
 			width: 100vh !important;
 			height: 100vw !important;
-			object-fit: contain !important;
+			// object-fit: contain !important;
 		}
 	}