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(); });