checkIsSupportSoterAuthentication(mode = 'fingerPrint') {
uni.checkIsSupportSoterAuthentication({
success(res) {
console.log(res);
},
fail(err) {
console.log(err);
},
complete(res) {
console.log(res);
}
})
}
1 个回复
8***@qq.com
遇到同样的问题,请问楼主解决了吗