Authored by 张文文

fix

@@ -133,9 +133,8 @@ export default { @@ -133,9 +133,8 @@ export default {
133 parentHandleclick() { 133 parentHandleclick() {
134 this.showPlayer(); 134 this.showPlayer();
135 135
136 - this.player.play();  
137 -  
138 const timeId = setTimeout(() => { 136 const timeId = setTimeout(() => {
  137 + this.player.play();
139 this.player.requestFullscreen(); 138 this.player.requestFullscreen();
140 clearTimeout(timeId); 139 clearTimeout(timeId);
141 }); 140 });