修改
This commit is contained in:
parent
6b1b26c0fd
commit
96cb9d228f
@ -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--;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user