From ac55fa288e4d73a3c830efbfc122a4e8d9974ddb Mon Sep 17 00:00:00 2001 From: Anne_LXM <54163582+anne-lxm@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:38:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E5=8F=91=E8=A1=8C=E5=88=B0we?= =?UTF-8?q?b=E6=97=B6=E6=8E=A7=E5=88=B6=E5=8F=B0=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/userinfo/realnameAuth/realnameAuth.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uni-id-pages-x/pages/userinfo/realnameAuth/realnameAuth.uvue b/uni_modules/uni-id-pages-x/pages/userinfo/realnameAuth/realnameAuth.uvue index c2363a8..2241ceb 100644 --- a/uni_modules/uni-id-pages-x/pages/userinfo/realnameAuth/realnameAuth.uvue +++ b/uni_modules/uni-id-pages-x/pages/userinfo/realnameAuth/realnameAuth.uvue @@ -222,7 +222,7 @@ uni.removeStorage({ key: tempFrvInfoKey }) - } catch (e: Error) { + } catch (e: any) { const error = e as UniCloudError this.verifyFail = true this.verifyFailTitle = error.errMsg -- GitLab