修改
This commit is contained in:
parent
312d372bae
commit
71d30f4f51
@ -339,7 +339,8 @@
|
||||
var time = new Date(ordertimes).getTime() / 1000 + (60 * 60 * 2)
|
||||
var times = new Date().getTime() / 1000
|
||||
this.timestamp = time - times
|
||||
this.timecount = 10
|
||||
this.timestamp = 40
|
||||
this.timecount = 40
|
||||
if (this.timestamp > 0) {
|
||||
this.timecount = this.timestamp
|
||||
this.Timers = setInterval(() => {
|
||||
|
||||
@ -205,8 +205,9 @@
|
||||
var ordertimes = this.list.createTime.replaceAll(/\-/gi, "/")
|
||||
var time = new Date(ordertimes).getTime() / 1000 + (60 * 60 * 2)
|
||||
var times = new Date().getTime() / 1000
|
||||
this.timestamp = time - times
|
||||
this.timecount = 10
|
||||
// this.timestamp = time - times
|
||||
this.timestamp = 40
|
||||
this.timecount = 40
|
||||
if (this.timestamp > 0) {
|
||||
this.timecount = this.timestamp
|
||||
this.Timers = setInterval(() => {
|
||||
|
||||
@ -280,7 +280,8 @@
|
||||
var time = new Date(ordertimes).getTime() / 1000 + (60 * 60 * 2)
|
||||
var times = new Date().getTime() / 1000
|
||||
this.timestamp = time - times
|
||||
this.timecount = 10
|
||||
this.timestamp = 40
|
||||
this.timecount = 40
|
||||
if (this.timestamp > 0) {
|
||||
this.timecount = this.timestamp
|
||||
this.Timers = setInterval(() => {
|
||||
|
||||
@ -179,8 +179,8 @@
|
||||
var time = new Date(ordertimes).getTime() / 1000 + (60 * 60 * 2)
|
||||
var times = new Date().getTime() / 1000
|
||||
this.timestamp = time - times
|
||||
this.timecount = this.timeStamp
|
||||
this.timecount = 10
|
||||
this.timestamp = 40
|
||||
this.timecount = 40
|
||||
if (this.timestamp > 0) {
|
||||
this.timecount = this.timestamp
|
||||
this.Timers = setInterval(() => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user