获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
请问您解决了吗
使用图片上传报错private_getBackgroundFetchData:fail?真机测试发现图片上传时报错但是不影响后续执行 {"errno":101,"errMsg":"private_getBackgroundFetchData:fail private_getBackgroundFetchData:fail:jsapi invalid request data"}
03-25上面写错了 bindIdcardSuccess1(e) { console.log(e) }
OCR识别身份证大部分情况需要两分钟以上,才有回调<ocr-navigator bind:onSuccess="bindIdcardSuccess1" certificateType="idCard" opposite="{{false}}"> <button type="primary">身份证正面识别</button> </ocr-navigator> <ocr-navigator bind:onSuccess="bindIdcardSuccess" certificateType="idCard" opposite="{{true}}"> <button type="primary">身份证反面识别</button> </ocr-navigator> bindIdcardSuccess(e) { console.log(e) }
03-11