Explorar el Código

人证比对逻辑修复

zzp hace 8 meses
padre
commit
ae506614fe
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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,