This commit is contained in:
yanran200730
2022-04-28 14:01:59 +08:00
parent d970a443ce
commit 001fc94d95
2 changed files with 2 additions and 2 deletions

View File

@@ -245,7 +245,7 @@
},
changePlayStatus () {
const subPage = document.querySelector(`#${this.id}`).contentWindow
const subPage = document.querySelector(`#${this.iframeId}`).contentWindow
subPage.postMessage({
type: 'play',
value: this.isPause