diff --git a/components/tabbar.vue b/components/tabbar.vue index f9a4ea4..9d62ed6 100644 --- a/components/tabbar.vue +++ b/components/tabbar.vue @@ -91,7 +91,7 @@ }, fail: (err) => { console.error('扫码失败:', err); - uni.showToast({ title: '扫码失败', icon: 'none' }); + // uni.showToast({ title: '扫码失败', icon: 'none' }); } }); // #endif