凉纪 1 gadu atpakaļ
vecāks
revīzija
feadfec59e
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      src/views/menu/securityCheckRegister/add.vue

+ 4 - 0
src/views/menu/securityCheckRegister/add.vue

@@ -235,11 +235,15 @@ export default {
   beforeDestroy() {
     window.openCameraCallBack = null;
     window.openNFCScanCallBack = null;
+    this.$toast.clear();
+    clearInterval(this.timer);
   },
   methods: {
     onClose(){
       window.openCameraCallBack = null;
       window.openNFCScanCallBack = null;
+      this.$toast.clear();
+      clearInterval(this.timer);
     },
     //长度校验
     validator(val) {