Commit 03e52ebb authored by 姜春辉's avatar 姜春辉

错别字修正

parent 926b7d93
...@@ -44,7 +44,7 @@ namespace GS.Terminal.VisitorSelfService.Logic.Core ...@@ -44,7 +44,7 @@ namespace GS.Terminal.VisitorSelfService.Logic.Core
var score = FaceRecognization.MathFaceData(liveFeature, secondcardFeature); var score = FaceRecognization.MathFaceData(liveFeature, secondcardFeature);
if (score < LocalSetting.AddonDefaultConfig.FaceCardMatch) if (score < LocalSetting.AddonDefaultConfig.FaceCardMatch)
{ {
MainShell.ShowPrompt("人证比对失败,请刷脸证或重新登记"); MainShell.ShowPrompt("人证比对失败,请刷脸证或重新登记");
return; return;
} }
} }
......
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