Browse Source

扫码错误信息

master
kuaileWu 3 months ago
parent
commit
64a42e7a80
  1. 2
      components/tabbar.vue

2
components/tabbar.vue

@ -91,7 +91,7 @@
},
fail: (err) => {
console.error('扫码失败:', err);
uni.showToast({ title: '扫码失败', icon: 'none' });
// uni.showToast({ title: '', icon: 'none' });
}
});
// #endif

Loading…
Cancel
Save