... methods: { countdown() { this.time --; if(this.time==0){ clearInterval(this.timer) } } }, beforeDestroy() { clearInterval(this.timer); } }) ...
確定! 回上一頁