dever пре 5 година
родитељ
комит
1f3b8e15c6
2 измењених фајлова са 4 додато и 3 уклоњено
  1. 1 0
      lib/dever/components/video.nvue
  2. 3 3
      pages/dream/view/vodShort.vue

+ 1 - 0
lib/dever/components/video.nvue

@@ -19,6 +19,7 @@
 				:webkit-playsinline="true"
 				x-webkit-airplay="allow"
 				x5-video-player-type="h5-page"
+				width="100%" height="100%"
 				>
 			</video>
 		</view>

+ 3 - 3
pages/dream/view/vodShort.vue

@@ -54,9 +54,9 @@ export default {
 		changeVod : function(e)  {
 			var self = this;
 			self.$nextTick(()=>{
-				self.stop();
-				self.current_index = e.detail.current;
-				self.start();
+				//self.stop();
+				//self.current_index = e.detail.current;
+				//self.start();
 			});
 					
 		},