From efce7305090743d8046f8cceccd8d436d2ddb6ca Mon Sep 17 00:00:00 2001 From: Anne_LXM <54163582+anne-lxm@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:19:34 +0800 Subject: [PATCH] Update realnameAuth.uvue --- .../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 2241ceb..3fa318e 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: any) { + } catch (e) { const error = e as UniCloudError this.verifyFail = true this.verifyFailTitle = error.errMsg -- GitLab