diff --git a/packages/uni-app-plus/dist/index.v3.js b/packages/uni-app-plus/dist/index.v3.js index f0359d5ef13cf7df5d7de323980d0384c7619fd5..c437ee1206d25da126513e7617fc7b3ed7e84a43 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); } }