Authored by 张文文

fix

... ... @@ -133,9 +133,8 @@ export default {
parentHandleclick() {
this.showPlayer();
this.player.play();
const timeId = setTimeout(() => {
this.player.play();
this.player.requestFullscreen();
clearTimeout(timeId);
});
... ...