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' + // }) } }); }