@@ -93,7 +93,7 @@ export default {
clearTimeout(this.timer);
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) {
this.getProduct();