From 6cc0f03b1fdd50be6a078d2c9f0375f33be70ccf Mon Sep 17 00:00:00 2001 From: zhouliujun <1096432931@qq.com> Date: Thu, 14 Nov 2019 13:35:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/AliplayerV2/src/main.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/AliplayerV2/src/main.vue b/packages/AliplayerV2/src/main.vue index 45f30c3..ac8ca6b 100644 --- a/packages/AliplayerV2/src/main.vue +++ b/packages/AliplayerV2/src/main.vue @@ -111,12 +111,13 @@ export default { ], }; }, - // mounted () { - // this.$nextTick(()=>{ - // this.init(); - // }); - // }, + mounted () { + this.$nextTick(()=>{ + this.init(); + }); + }, updated(){ + //重载播放器 this.$nextTick(()=>{ this.init(); });