From 1d3240dc7e23dc1f6c056578711f860065a1e281 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 30 Nov 2022 11:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SearchBox.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/SearchBox.vue b/components/SearchBox.vue index 2bf4a8e..85aed3a 100644 --- a/components/SearchBox.vue +++ b/components/SearchBox.vue @@ -52,10 +52,10 @@ this.$emit('input', res.result) }, fail: (err) => { - uni.showToast({ - title: '出错', - icon: 'none' - }) + // uni.showToast({ + // title: '出错', + // icon: 'none' + // }) } }); }