var buffer = t.stringToArrayBuffer('http://www.baidu.com?v=121212');
console.log(buffer)
console.log(t.arrayBufferToString(buffer))
if (res.techs.includes(nfc.tech.nfcA)) {
const nfcA = nfc.getNfcA();
nfcA.connect({
success(res1) {
nfcA.transceive({
data: buffer,
complete(res) {
console.log('res:', res)
console.log(t.arrayBufferToString(res.data))
}
})
}
})
// return
nfcA.getAtqa({
success(res2) {
console.log(res2.atqa)
},
fail(res2) {
}
})
}
同样的问题,大神们解决了么?
请问楼主问题找到了么?
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点(具体到分钟)。