人脸识别没问题,指纹偶发性卡死。
其实已经识别成功并执行了后续的登录接口,但是页面卡死没有变化
附上
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
找到相关问题,没有发现解决方式
你好,复现问题时麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,具体时间点