Browse Source

小程序内部调用微信扫一扫后 无法扫描微信小程序二维码没有反应

master
kuaileWu 3 months ago
parent
commit
d6c272d59a
  1. 3
      components/tabbar.vue

3
components/tabbar.vue

@ -84,8 +84,7 @@
async scanCode() {
// #ifdef MP-WEIXIN
uni.scanCode({
onlyFromCamera: true,
scanType: ['qrCode'],
onlyFromCamera: false,
success: (res) => {
console.log('扫码结果:', res.result);
},

Loading…
Cancel
Save