修改:交易限制时间单位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 ORDER_SIZE_MIN = 1 / ORDER_SIZE_SCALE
|
||||||
const expirationTime = ref('5m') // 初始过期时间
|
const expirationTime = ref('5m') // 初始过期时间
|
||||||
const EXPIRATION_VALUES = [
|
const EXPIRATION_VALUES = [
|
||||||
'5m',
|
'5min',
|
||||||
'15m',
|
'15min',
|
||||||
'30m',
|
'30min',
|
||||||
'1h',
|
'1h',
|
||||||
'2h',
|
'2h',
|
||||||
'4h',
|
'4h',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user