在页面销毁的生命周期函数中,清理定时器。 onUnload:function(){ if(this.timer) { clearInterval(this.timer); this.timer = null; } },