获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- ocr-navigator报错,需要等3分钟之后才能返回数据,但是有时候很快
WAServiceMainContext.js:1 [wxapplib]] backgroundfetch privacy fail {"errno":101,"errMsg":"private_getBackgroundFetchData:fail private_getBackgroundFetchData:fail:jsapi invalid request data"} 按照文档写的,第一次识别需要3分钟以上才能返回数据,报错信息如上,之后再次识别速度就很快,也不报错。有时候第一次识别不报错,很快就能返回数据正常使用。隐私都更新通过了,关于相机的都勾选了。
03-25 - 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