在页面的生命周期destroyed()函数里面使用clearInterval清除定时器 destroyed() { clearInterval(this.actiontime); clearInterval(this.timer); },