🐞 fix(拍卖行): 修复拍卖行发生的很多问题

This commit is contained in:
luying
2023-06-29 20:36:00 +08:00
parent 4d2853f62f
commit 4c067f87a8
4 changed files with 25 additions and 16 deletions

View File

@@ -321,5 +321,5 @@ export enum WISH_POOL_TYPE {
SOUL = 1, // 将魂
}
export const AUCTION_BID_TIME = 30; // 倒计时10s前需要向后延长结算
export const AUCTION_BID_EXTEND_TIME = 40; // 向后延长15s
export const AUCTION_BID_TIME = 10; // 倒计时10s前需要向后延长结算
export const AUCTION_BID_EXTEND_TIME = 15; // 向后延长15s