Commit 2e4ec4c5 authored by linxin's avatar linxin

add

parent 0ee0c7ee
......@@ -702,7 +702,7 @@ export default {
if (res.success && res.result.result.score) {
vm.save_picture(vm.faceListUpload)
let identifyScore = res.result.result.score.toFixed(0)
// if (identifyScore > 50) {
// if (identifyScore >= 50) {
hlsPopup.showPopup({
title: '提示',
content: `识别分数为${identifyScore},请进行活体检测`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment