Browse Source

图像识别

zhujindu 1 year ago
parent
commit
1c242a626e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/imageAIVerifyErr.vue

+ 1 - 1
src/components/imageAIVerifyErr.vue

@@ -125,7 +125,7 @@ export default {
       // 照片是否合格
       if (npkpiData.checkInfo) {
         // 照片合格并且没有作弊
-        if (npkpiData.checkInfo.qualifiedState == 1 && npkpiData.checkInfo.cheatState == 1) {
+        if (npkpiData.checkInfo.qualifiedState == 1 && npkpiData.checkInfo.cheatState == 0) {
           this.close();
           this.$emit('normalFlow', { data: this.imageAIVerifyData });
         } else {