diff --git a/src/views/mobile/Unlock.vue b/src/views/mobile/Unlock.vue index 7bcd6553..33396663 100644 --- a/src/views/mobile/Unlock.vue +++ b/src/views/mobile/Unlock.vue @@ -59,10 +59,17 @@ export default { }, methods: { unlock() { + const app = this.$f7; + const $$ = app.$; + if (!this.pinCodeValid) { return; } + if ($$('.modal-in').length) { + return; + } + const router = this.$f7router; try {