小程序wx.scanCode 扫码无法识别条码
- 当前 Bug 的表现(可附上截图)
wx.scanCode({
success: (res) => {
console.log(res)
this.setData({
motto: res.result
})
}
})
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
无法识别PDF417条码
1 回复
你好,请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。