We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在使用二维码时发生错误,错误信息是-3(机型是红米note)。文档中没有关于错误类型的介绍以及相关的修改方案,想了解一下错误代码-3是什么意思,以及应该如何修改。 BlendAPI使用代码如下:
blend.lightInit({ ak:"", module:["geolocation","qr","socialshare","media"] }); $("#geekschool").click(function() { Blend.device.qr.startCapture({ onsuccess:function(data){ $("#geekimg").fadeIn(3000); alert("success"); }, onfail:function(err) { alert("error:"+err); }, type:Blend.device.QR_TYPE.QRCODE }); });
The text was updated successfully, but these errors were encountered:
hi 错误码 -3的意思是运行环境不存在,你可以根据出错点击确定,进入轻应用模式
Sorry, something went wrong.
No branches or pull requests
在使用二维码时发生错误,错误信息是-3(机型是红米note)。文档中没有关于错误类型的介绍以及相关的修改方案,想了解一下错误代码-3是什么意思,以及应该如何修改。
BlendAPI使用代码如下:
The text was updated successfully, but these errors were encountered: