Browse Source

清除定时器

pull/18/head
zq 2 weeks ago
parent
commit
8965fafc55
  1. 5
      src/views/Franchise.vue

5
src/views/Franchise.vue

@ -269,7 +269,10 @@ export default {
}
});
}
}
},
beforeDestroy() {
if (this.timer) clearInterval(this.timer);
},
}
</script>
<style lang="scss" scoped>

Loading…
Cancel
Save