From 6a6665af3c6e7125cacdae6c04b68b9e0c7af109 Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Fri, 12 Jan 2024 18:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=A4=E8=AF=81=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/modules/identity/js/new.js | 2 +- view/peko/modules/identity/new.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/peko/modules/identity/js/new.js b/view/peko/modules/identity/js/new.js index e39c833..0205859 100644 --- a/view/peko/modules/identity/js/new.js +++ b/view/peko/modules/identity/js/new.js @@ -124,7 +124,7 @@ $(function () { if (checkBol.authResult == false && checkBol.canCertify == true && checkBol.hasCertify == false) { //重复调用 showLoading(); - that.getData(); + main.getData(); } 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 32b942b..398291c 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