收藏
回答

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

找到相关问题,没有发现解决方式

最后一次编辑于  1天前
回答关注问题邀请回答
收藏

1 个回答

  • 社区技术运营专员--许涛
    社区技术运营专员--许涛
    1天前

    你好,复现问题时麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,具体时间点

    1天前
    有用
    回复
登录 后发表内容