@@ -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) {