手机浏览器扫描二维码
注意
1. 该组件只支持手机/平板 的浏览器(不支持 公众号,企业微信[需要域名备案])
2. 微信公众号摄像头请使用 微信公众号组件
3. 必须使用https协议
function Button1_onClickScript(cxt: ScriptContext, btn: Button) {
btn.getPage().components.QrScaner1.scan((code, err) => {
if (Common.isEmpty(err)) {
btn.getPage().components.TextareaEdit1.setValue(code);
console.info("success:" + code)
} else {
console.info("err:" + err)
}
})
}
作者:texbox 创建时间:2023-08-07 09:46
最后编辑:texbox 更新时间:2024-10-17 08:28
最后编辑:texbox 更新时间:2024-10-17 08:28