拍卖:军团拍卖时机修改

This commit is contained in:
luying
2022-01-07 11:19:20 +08:00
parent a16ffd39ab
commit 22b92c8ae8
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ export async function treatSingleLotTime(lot: LotType) {
if(Math.floor(current/1000) != nowSeconds()) {
lot.begin.setHours(20, 20, 0, 0);
lot.end.setHours(22, 0, 0, 0);
return {...lot, begin: lot.begin, end: lot.end}
return {...lot, begin: lot.begin, end: lot.end}
}
}
return lot