!3 修复设置限时抢购活动无时间显示bug

Merge pull request !3 from OceansDeep/dev-gl
This commit is contained in:
OceansDeep
2021-10-08 03:38:51 +00:00
committed by Gitee

View File

@@ -95,12 +95,12 @@ export default {
});
}
});
if (!this.times[i]) {
this.times.push({
time: i,
check: false,
});
}
}
if (!this.times[i]) {
this.times.push({
time: i,
check: false,
});
}
}
}