From f540af2bbf9dc907cd6b71b0c3d566d109d9c63e Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 6 Dec 2021 14:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AiOpenData.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/AiOpenData.vue b/src/components/AiOpenData.vue index 917a4caf..ff02560d 100644 --- a/src/components/AiOpenData.vue +++ b/src/components/AiOpenData.vue @@ -21,7 +21,9 @@ export default { }, mounted() { this.injectJWeixin().then(() => { - WWOpenData.bind(this.$el) + this.$nextTick(() => { + WWOpenData.bind(this.$el) + }) }) } }