This commit is contained in:
parent
4d111e3c95
commit
828791091c
|
|
@ -101,6 +101,7 @@ export default {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.topTime = n + 1 > this.threshold ? n : n + 1;
|
this.topTime = n + 1 > this.threshold ? n : n + 1;
|
||||||
|
this.mintime = Math.floor(this.topTime / 60)
|
||||||
if(minutes != this.mintime ){
|
if(minutes != this.mintime ){
|
||||||
this.transformInfomin = true;
|
this.transformInfomin = true;
|
||||||
}else{
|
}else{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue