...
|
...
|
@@ -122,7 +122,7 @@ export default { |
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
// this.showPlayer();
|
|
|
this.showPlayer();
|
|
|
},
|
|
|
beforeDestroy() {
|
|
|
if (this.player) {
|
...
|
...
|
@@ -131,9 +131,7 @@ export default { |
|
|
},
|
|
|
methods: {
|
|
|
async parentHandleclick() {
|
|
|
this.showPlayer();
|
|
|
|
|
|
await this.delay(1000);
|
|
|
// await this.delay(1000);
|
|
|
this.player.play();
|
|
|
|
|
|
const timeId = setTimeout(() => {
|
...
|
...
|
|