wristband first

This commit is contained in:
Jay
2017-04-07 16:23:41 +08:00
parent 05e38c2e2d
commit 2434db599d
6 changed files with 1384 additions and 979 deletions
@@ -37,7 +37,7 @@ class LocStatus extends React.Component{
checkRefresh = () => {
if(this.state.autoRefresh) {
this.tick = setInterval(this.runTick, 2000);
this.tick = setInterval(this.runTick, 5000);
}else{
clearInterval(this.tick);
}