From c2d2658a7e30f035697c38a49674ec31a2d273ed Mon Sep 17 00:00:00 2001 From: qiang Date: Wed, 23 Dec 2020 11:46:52 +0800 Subject: [PATCH] build v3 --- packages/uni-app-plus/dist/index.v3.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/uni-app-plus/dist/index.v3.js b/packages/uni-app-plus/dist/index.v3.js index f0359d5ef..c437ee120 100644 --- a/packages/uni-app-plus/dist/index.v3.js +++ b/packages/uni-app-plus/dist/index.v3.js @@ -19437,13 +19437,13 @@ var serviceContext = (function () { reqId: this.reqId, component: this.component, options: this.options - }); + }, checkInWindows(this.component) ? this.component : this.pageId); } disconnect () { UniServiceJSBridge.publishHandler('destroyMediaQueryObserver', { reqId: this.reqId - }); + }, checkInWindows(this.component) ? this.component : this.pageId); } } -- GitLab