拍卖行:更新分红公式

This commit is contained in:
liangtongchuan
2021-03-19 11:58:12 +08:00
parent f42fbb3aa7
commit f7c665f206
6 changed files with 35 additions and 21 deletions

View File

@@ -54,3 +54,6 @@ export const AUCTION_BID_STATUS = {
export const OFFER_RATIO = 1.1;
export const BID_REC_COUNT = 100;
export const DIVIDENDWEEKENDRATE = 0.2;
export const DIVIDENDMAXRATIO = 0.1;
export const DIVIDENDPOSITIONMAXRATIO = 3;