Commit eea01e5a authored by zhangyanni's avatar zhangyanni

计时器

parent 9aaf542d
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
var that = this; var that = this;
this.isVisibleTimer = setInterval(function(){ this.isVisibleTimer = setInterval(function(){
that.isShowChange(true); that.isShowChange(true);
},1000*5); },60000*5);
}, },
handleChange(type) { handleChange(type) {
......
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