if(this.isClick) { this.isClick = false; //定时器 setTimeout(function() { this.isClick = true; }, 1000);//一秒内不能重复点击}