소스 검색

人证比对逻辑修复

zzp 10 달 전
부모
커밋
ae506614fe
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      subpkg/dynamicFaceCheck/dynamicFaceCheck.vue

+ 2 - 0
subpkg/dynamicFaceCheck/dynamicFaceCheck.vue

@@ -282,6 +282,7 @@ export default {
               "/faceVerification/yunjiVerification",
               yunjiFaceCheckInfo
             );
+            uni.hideLoading();
             if (res.data.success === true) {
               uni.showModal({
                 content: "人证比对通过!",
@@ -309,6 +310,7 @@ export default {
                 },
               });
             } else {
+              that.isOk = true
               uni.showModal({
                 content: "人证比对失败,请重试",
                 showCancel: false,