您好,请问这个问题怎么解决的,遇到相同问题
nfcV.transceive发送指令一直报tag was lost errcode:13017?nfcV.transceive发送指令一直报tag was lost errcode:13017 erron:1504210 代码片段 var arr = [0x240100]; var arrayBuffer = new Int8Array(arr).buffer; ndev.transceive({ data: arrayBuffer, success: function(res:any) { console.log("transceive返回: " + JSON.stringify(res)) }, fail: function(e:any) { console.log({title:"transceive异常"+JSON.stringify(e), icon:"none"}); } })
05-22错误信息transceive:fail:system internal error: Tag was lost.
使用NfcV.transceive报错误Code:13017.怎么解决?急急急!使用NfcV.transceive报错误transceive:fail:system internal error: Tag was lost,Code:13017.怎么解决?
05-22是真机运行的
使用wx.shareFileMessage报错,只会报fail,这是什么情况?[图片] download获取的path都是正常的,是真机运行的 手机上显示文件不存在,发送失败 调用wx.openDocument可以打开,但是就是分享不行,只会显示shareFileMessage:fail
2023-09-28