小程序wx.scanCode 扫码无法识别条码
发布于 6 年前 作者 alu 11638 次浏览 来自 问答
  • 当前 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)。

回到顶部