提交 38f7da3a 编写于 作者: 雪洛's avatar 雪洛 提交者: Anne_LXM

fix: 修复部分场景下loginBySmsCode组件实例不释放的Bug

上级 55f0f260
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
this.showPopupCaptcha(callback) this.showPopupCaptcha(callback)
}) })
}, },
unmounted() {
uni.$off('uni-id-pages-x-loginBySmsCode-showPopupCaptcha')
},
methods: { methods: {
sendSmsCode() { sendSmsCode() {
this.smsCodeRef!.$callMethod('sendSmsCode',true); this.smsCodeRef!.$callMethod('sendSmsCode',true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册