直接打开公众号页面,调用扫码退出时正常,就是普通的退出了扫码界面
在小程序中使用web-view嵌套公众号,退出扫码页面时小程序也会退出
wx.scanQRCode({
needResult: 0,
scanType: ["qrCode", "barCode"],
success:(res)=>{
console.log(res)
},
fail:(res)=>{
console.log(res)
}
});
你好,麻烦提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。