From abd2cbb2dc93ceef06525b498c984f33b2c731f3 Mon Sep 17 00:00:00 2001 From: qiang Date: Wed, 29 Apr 2020 20:11:31 +0800 Subject: [PATCH] fix: remove log --- src/platforms/app-plus/view/components/picker/index.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/platforms/app-plus/view/components/picker/index.vue b/src/platforms/app-plus/view/components/picker/index.vue index 69beab4d2..78d3bc03e 100644 --- a/src/platforms/app-plus/view/components/picker/index.vue +++ b/src/platforms/app-plus/view/components/picker/index.vue @@ -240,7 +240,6 @@ export default { popGesture: 'none' }, onMessage: (message) => { - console.dir(message) const event = message.event if (event === 'created') { this._updatePicker(data) @@ -263,7 +262,6 @@ export default { }, _showWebviewPicker (data) { webview.showPicker(data, (res) => { - console.dir(res) const event = res.event delete res.event this.$trigger(event, {}, res) -- GitLab