zhujindu 1 anno fa
parent
commit
1c242a626e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {