From 64a42e7a8077a1972ceb40e5ba0ff809b92facf2 Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Tue, 27 May 2025 17:27:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E7=A0=81=E9=94=99=E8=AF=AF=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tabbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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