Commit 40042ffc authored by anxixi's avatar anxixi

Merge remote-tracking branch 'origin/master'

parents fe97115f 79a82b70
......@@ -161,7 +161,7 @@
var that = this;
this.isVisibleTimer = setInterval(function(){
that.isShowChange(true);
},60000*5);
},1000*5);
},
handleChange(type) {
......@@ -441,7 +441,7 @@
this.timerPopover = null;
}
if(this.isVisibleTimer){
clearInterval(that.isVisibleTimerOut);
clearInterval(that.isVisibleTimer);
this.isVisibleTimer = null;
}
globalMsg.$emit("clearTimeout")
......@@ -453,7 +453,7 @@
this.timerPopover = null;
}
if(this.isVisibleTimer){
clearInterval(that.isVisibleTimerOut);
clearInterval(that.isVisibleTimer);
this.isVisibleTimer = null;
}
globalMsg.$emit("clearTimeout")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment