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

Merge pull request !3 from OceansDeep/dev-gl
master
OceansDeep 2021-10-08 03:38:51 +00:00 committed by Gitee
commit a36a4cd244
1 changed files with 6 additions and 6 deletions

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,
});
}
}
}