From d585903b16613303803f0f4436459cffa9a19b82 Mon Sep 17 00:00:00 2001 From: zhouliujun <1096432931@qq.com> Date: Thu, 14 Nov 2019 13:31:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=92=AD=E6=94=BE=E5=99=A8?= =?UTF-8?q?=E9=87=8D=E8=BD=BD=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/AliplayerV2/src/main.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/AliplayerV2/src/main.vue b/packages/AliplayerV2/src/main.vue index dbaf021..45f30c3 100644 --- a/packages/AliplayerV2/src/main.vue +++ b/packages/AliplayerV2/src/main.vue @@ -111,7 +111,12 @@ export default { ], }; }, - mounted () { + // mounted () { + // this.$nextTick(()=>{ + // this.init(); + // }); + // }, + updated(){ this.$nextTick(()=>{ this.init(); });