|
@@ -93,7 +93,7 @@ export default {
|
|
|
clearTimeout(this.timer);
|
|
clearTimeout(this.timer);
|
|
|
this.timer = null;
|
|
this.timer = null;
|
|
|
}
|
|
}
|
|
|
- if (!this.dayjs().isBefore(this.dayjs(startTime))) {
|
|
|
|
|
|
|
+ if (!this.dayjs().isBefore(this.dayjs(startTime, 'YYYY-MM-DD HH:mm:ss'))) {
|
|
|
if (this.getProduct) {
|
|
if (this.getProduct) {
|
|
|
this.getProduct();
|
|
this.getProduct();
|
|
|
}
|
|
}
|