修改
This commit is contained in:
parent
c69f7dd7ed
commit
6b1b26c0fd
@ -83,9 +83,7 @@
|
|||||||
var ordertimes = this.list.trainingOrderTime.replaceAll(/\-/gi, "/")
|
var ordertimes = this.list.trainingOrderTime.replaceAll(/\-/gi, "/")
|
||||||
var time = new Date(ordertimes).getTime() / 1000 + (60 * 60 * 2)
|
var time = new Date(ordertimes).getTime() / 1000 + (60 * 60 * 2)
|
||||||
var times = new Date().getTime() / 1000
|
var times = new Date().getTime() / 1000
|
||||||
// this.timestamp = time - times
|
this.timestamp = time - times
|
||||||
this.timestamp = 40
|
|
||||||
this.timecount = 40
|
|
||||||
if (this.timestamp > 0) {
|
if (this.timestamp > 0) {
|
||||||
this.timecount = this.timestamp
|
this.timecount = this.timestamp
|
||||||
this.Timer = setInterval(() => {
|
this.Timer = setInterval(() => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user