From 312d60d55ee4759ca89a54a8d1024e42f4eb0f0f Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Fri, 12 Jan 2024 19:02:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=88=90=E5=8A=9F=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/modules/identity/js/new.js | 3 +++ view/peko/modules/identity/new.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/view/peko/modules/identity/js/new.js b/view/peko/modules/identity/js/new.js index 0205859..79dbd46 100644 --- a/view/peko/modules/identity/js/new.js +++ b/view/peko/modules/identity/js/new.js @@ -125,6 +125,9 @@ $(function () { //重复调用 showLoading(); main.getData(); + }else if (checkBol.authResult == false && checkBol.canCertify == false && checkBol.hasCertify == true) { + //成功 + successFun() } else if (checkBol.authResult == true && checkBol.canCertify == false && checkBol.hasCertify == true) { //成功 successFun() diff --git a/view/peko/modules/identity/new.html b/view/peko/modules/identity/new.html index 398291c..d2ecfb5 100644 --- a/view/peko/modules/identity/new.html +++ b/view/peko/modules/identity/new.html @@ -91,7 +91,7 @@ - + \ No newline at end of file