dever %!s(int64=4) %!d(string=hai) anos
pai
achega
9e86a6dba9
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      lib/dever/components/video.nvue

+ 3 - 3
lib/dever/components/video.nvue

@@ -169,10 +169,10 @@ export default {
 		},
 		autoStart : function() {
 			//h5下无法自动播放,这里考虑使用先静音播放
-			this.muted = false;
+			this.muted = true;
 			this.video.play();
-			//this.video.currentTime = 0;
-			//this.video.pause();
+			this.video.currentTime = 0;
+			this.video.pause();
 		},
 		start : function()  {
 			if (this.disabled) {