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