Open Bro825 opened 5 years ago
销毁重制
发自我的 iPhone
在 2019年2月1日,下午5:51,Mr.bro notifications@github.com<mailto:notifications@github.com> 写道:
滑动验证除了刷新页面还有什么办法重置吗?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/mizuka-wu/vue2-verify/issues/13#issuecomment-459667039, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AL8Pp_6WcfxXJvlZERUFJJ1b9i4-bV5rks5vJA43gaJpZM4ad-_D.
可以设置一个条件,让你重新打开的时候加载此组件。状态就重置了
可以设置一个条件,让你重新打开的时候加载此组件。状态就重置了 关键就是这个重置事件怎么触发,文档的 obj.refresh() 报错
解决了: 用v-if来判断显示隐藏 我这边的实现思路是默认显示验证码,验证码验证返回成功,将if的条件变成false,同时,登录按钮显示。当点击密码或者账号输入框时,if条件变成true,同时 登录按钮隐藏,此时验证码已经刷新了
给此组件加个ref,需要重置时调用refresh()方法即可重置
滑动验证除了刷新页面还有什么办法重置吗?