This commit is contained in:
曹辉 2023-04-27 16:49:21 +08:00
parent 6b1b26c0fd
commit 96cb9d228f

View File

@ -84,7 +84,7 @@
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
if (this.timestamp > 0) { if (this.timestamp >= 0) {
this.timecount = this.timestamp this.timecount = this.timestamp
this.Timer = setInterval(() => { this.Timer = setInterval(() => {
this.timecount--; this.timecount--;