修改:交易限制时间单位m->min
This commit is contained in:
parent
2cea7d3908
commit
c088670028
@ -1726,9 +1726,9 @@ const ORDER_SIZE_SCALE = 1_000_000
|
||||
const ORDER_SIZE_MIN = 1 / ORDER_SIZE_SCALE
|
||||
const expirationTime = ref('5m') // 初始过期时间
|
||||
const EXPIRATION_VALUES = [
|
||||
'5m',
|
||||
'15m',
|
||||
'30m',
|
||||
'5min',
|
||||
'15min',
|
||||
'30min',
|
||||
'1h',
|
||||
'2h',
|
||||
'4h',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user