修正market购买时, price参数设置错误的bug
This commit is contained in:
parent
85a5500224
commit
94f740b51e
@ -421,6 +421,7 @@ function marketBuy(funId, orderId, price, estimate) {
|
|||||||
funId,
|
funId,
|
||||||
jc.wallet.jcStandard.marketBuy({
|
jc.wallet.jcStandard.marketBuy({
|
||||||
orderId,
|
orderId,
|
||||||
|
price,
|
||||||
estimate,
|
estimate,
|
||||||
}),
|
}),
|
||||||
(v) => JSON.stringify(v)
|
(v) => JSON.stringify(v)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user