Jelajahi Sumber

人证比对逻辑修复

zzp 8 bulan lalu
induk
melakukan
ae506614fe
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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,