- wx.startSoterAuthentication 为什么安卓指纹识别偶发性卡死?
人脸识别没问题,指纹偶发性卡死。 其实已经识别成功并执行了后续的登录接口,但是页面卡死没有变化 [图片] 附上 wx.startSoterAuthentication({ requestAuthModes: ["fingerPrint"], challenge: "123456", authContent: "请用指纹解锁", success(_res) { wx.showToast({ icon: "none", title: "指纹验证成功", success: function () { setTimeout(() => { wx.switchTab({ url: "/pages/main/index", }); }, 300); }, }); }, fail(_err) { wx.showModal({ content: "指纹验证失败", showCancel: false, }); }, }); https://developers.weixin.qq.com/community/develop/doc/0000c2957e44383262f0cf88f66800 https://developers.weixin.qq.com/community/develop/doc/00008a13f803a025f0ce5729256c00?_at=1732693103184 找到相关问题,没有发现解决方式
11-27 - 青蛙pro设备链接PC后 配置串口提示找不到对应的ttyUSB文件?
[图片]
2023-07-30