修改
This commit is contained in:
parent
ecc7782cea
commit
e353b5fc36
@ -351,7 +351,8 @@
|
|||||||
var ordertimes = this.list.createTime.replaceAll(/\-/gi, "/")
|
var ordertimes = this.list.createTime.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.timestamp = 10
|
||||||
if (this.timestamp >= 0) {
|
if (this.timestamp >= 0) {
|
||||||
this.timecount = this.timestamp
|
this.timecount = this.timestamp
|
||||||
this.Timers = setInterval(() => {
|
this.Timers = setInterval(() => {
|
||||||
|
|||||||
@ -284,7 +284,8 @@
|
|||||||
var ordertimes = this.order.orderTime.replaceAll(/\-/gi, "/")
|
var ordertimes = this.order.orderTime.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.timestamp = 10
|
||||||
if (this.timestamp >= 0) {
|
if (this.timestamp >= 0) {
|
||||||
this.timecount = this.timestamp
|
this.timecount = this.timestamp
|
||||||
this.Timers = setInterval(() => {
|
this.Timers = setInterval(() => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user