feat(拍卖行): 拍卖行最后10s延长15s

This commit is contained in:
luying
2023-06-20 14:47:47 +08:00
parent 2841625391
commit ef567db157
11 changed files with 143 additions and 49 deletions

View File

@@ -23,6 +23,7 @@ export enum AUCTION_TIME {
WORLD_PREVIEW = 4, // 世界拍卖预览时间(非开启时间)
WORLD_OPEN = 5, // 世界拍卖开启时间
WORLD_CLOSE = 6, // 世界拍卖结束时间
DIVIDEND_START = 7, // 可以领取分红的时间
}
export const DIVIDEND_STATUS = {
@@ -37,6 +38,7 @@ export const LOT_STATUS = {
ING: 1, // 竞拍中
SOLD: 2, // 竞拍成功
MAX: 3, // 一口价
BIDDING: 4, // 竞价中
PASSIN: -1, // 流拍
}

View File

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