uni.checkIsSupportSoterAuthentication({
success(res) {
console.log(res);
},
fail(err) {
console.log(err);
},
complete(res) {
console.log(res);
}
})
wang哈哈
- 发布:2022-08-04 17:14
- 更新:2022-08-04 17:14
- 阅读:253
使用uni.checkIsSupportSoterAuthentication 这个接口返回supportMode: ["fingerPrint"]是不是只能指纹识别
分类:uni-app