This commit is contained in:
曹辉 2023-04-27 16:48:55 +08:00
parent c69f7dd7ed
commit 6b1b26c0fd

View File

@ -83,9 +83,7 @@
var ordertimes = this.list.trainingOrderTime.replaceAll(/\-/gi, "/")
var time = new Date(ordertimes).getTime() / 1000 + (60 * 60 * 2)
var times = new Date().getTime() / 1000
// this.timestamp = time - times
this.timestamp = 40
this.timecount = 40
this.timestamp = time - times
if (this.timestamp > 0) {
this.timecount = this.timestamp
this.Timer = setInterval(() => {