Showing
2 changed files
with
2 additions
and
1 deletions
@@ -518,7 +518,7 @@ function timedCutProductInit() { | @@ -518,7 +518,7 @@ function timedCutProductInit() { | ||
518 | let limitTime; | 518 | let limitTime; |
519 | let isEndPlan = value.isEndPlan; | 519 | let isEndPlan = value.isEndPlan; |
520 | 520 | ||
521 | - if (time >= value.curStartTime) { | 521 | + if (time >= value.curStartTime - 60) { |
522 | limitTime = value.curEndTime - time; | 522 | limitTime = value.curEndTime - time; |
523 | } else { | 523 | } else { |
524 | // 执行变价时从接口获取当前实时售价 | 524 | // 执行变价时从接口获取当前实时售价 |
-
Please register or login to post a comment