Showing
1 changed file
with
1 additions
and
2 deletions
@@ -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 | }); |
-
Please register or login to post a comment