From aa382f61d6b17f09eac7b7a7c2124e411ae80424 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 24 Nov 2021 16:47:27 +0800 Subject: [PATCH] =?UTF-8?q?wwopendata=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.vue b/src/App.vue index a1f57161..e95fa5cc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -8,6 +8,7 @@ export default { } }, onLaunch: function () { + this.repairWxSDK() }, onShow: function () { this.initWaterMarker() @@ -29,6 +30,9 @@ export default { cb && cb() } }) + }, + repairWxSDK() { + wx = jWeixin } }, }