修改
This commit is contained in:
parent
33797c126d
commit
c69f7dd7ed
@ -83,8 +83,9 @@
|
|||||||
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.timecount = 10
|
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