|
@@ -699,7 +699,7 @@ export default {
|
|
|
this.finalResult.verifySteps[0].errorMsg = this.compareResult.errorMsg;
|
|
|
this.pauseDetecting = false;
|
|
|
this.doneCompare = true;
|
|
|
- if (this.compareResult.isPass) {
|
|
|
+ if (this.compareResult.isPass && !this.compareResult.isStranger) {
|
|
|
console.log("人脸同步比对成功");
|
|
|
if (!this.instructionsFinished && this.currentStep)
|
|
|
this.currentStep.finished = true;
|