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 c2363a8256ff6c959881ffd12be01caba37c575f..2241cebc685b44d64d1cdf3784cfc95e706e10cb 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