华为荣耀10调用wx.scanCode()扫码API失败,会直接进入微信浏览器?
var that = this ; wx.scanCode({ success: function (res) { var code = res.result; that.setData({ snId: code }) }, fail: function (err) { console.log(err) } }) |
扫描的二维码扫出来是一串编码,要直接获取不想跳转。其他机型测试没有发现问题,目前测试到华为荣耀10调用失败fail,打开浏览器显示了扫描结果。
1 回复
你好,麻烦提供出现问题的具体机型对应的微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)