wx.scanCode 在基础库2.4.4以上版本报错
- 当前 Bug 的表现(可附上截图)
在运行
wx.scanCode({
success(res) { console.log(res)
}
})
报错,删除wx.scanCode()运行正常,在2.4.3基础库正常。
在运行
wx.scanCode({
success(res) { console.log(res)
}
})
报错,删除wx.scanCode()运行正常,在2.4.3基础库正常。