From 38f7da3aa91d5fbc142f65c3169f35e9b8e8177b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Tue, 13 Aug 2024 14:47:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E4=B8=8BloginBySmsCode=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=AE=9E=E4=BE=8B=E4=B8=8D=E9=87=8A=E6=94=BE=E7=9A=84Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uni-id-pages-x-loginBySmsCode.uvue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uni_modules/uni-id-pages-x/components/uni-id-pages-x-loginBySmsCode/uni-id-pages-x-loginBySmsCode.uvue b/uni_modules/uni-id-pages-x/components/uni-id-pages-x-loginBySmsCode/uni-id-pages-x-loginBySmsCode.uvue index 0a5ca6a..0efb1fb 100644 --- a/uni_modules/uni-id-pages-x/components/uni-id-pages-x-loginBySmsCode/uni-id-pages-x-loginBySmsCode.uvue +++ b/uni_modules/uni-id-pages-x/components/uni-id-pages-x-loginBySmsCode/uni-id-pages-x-loginBySmsCode.uvue @@ -32,6 +32,9 @@ this.showPopupCaptcha(callback) }) }, + unmounted() { + uni.$off('uni-id-pages-x-loginBySmsCode-showPopupCaptcha') + }, methods: { sendSmsCode() { this.smsCodeRef!.$callMethod('sendSmsCode',true); -- GitLab