From a9938d03fa7010a472bf252ecaf62998445d7344 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 12 Sep 2025 10:16:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E9=A1=B5,?= =?UTF-8?q?=E8=AE=A4=E8=AF=81=E7=BB=93=E6=9E=9CesignFlag=E5=81=9A=E7=BC=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/rvDriverAuthentication/personAudit.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/rvDriverAuthentication/personAudit.vue b/src/views/rvDriverAuthentication/personAudit.vue index 1274837d..407639b7 100644 --- a/src/views/rvDriverAuthentication/personAudit.vue +++ b/src/views/rvDriverAuthentication/personAudit.vue @@ -107,7 +107,7 @@ await this.getDetail() } const urlParams = new URLSearchParams(window.location.search); - this.esignFlag = localStorage.getItem("esignFlag") || urlParams.get('esignFlag') || false; + this.esignFlag = urlParams.get('esignFlag') || localStorage.getItem("esignFlag") localStorage.setItem("esignFlag",this.esignFlag ) console.log("this.esignFlag ",this.esignFlag ) }, @@ -240,7 +240,6 @@ }, async getRegisterInfo(data) { let res = await infoVerifyProgress( data) - // console.log("res",res) localStorage.setItem('infoVerify', res?.data?.infoVerify?.code) localStorage.setItem('failReason', res?.data?.verifyRemark) localStorage.setItem('authIsSuccess', res?.data?.authIsSuccess)