修正market购买时, price参数设置错误的bug

This commit is contained in:
CounterFire2023 2023-07-12 15:55:51 +08:00
parent 85a5500224
commit 94f740b51e

View File

@ -421,6 +421,7 @@ function marketBuy(funId, orderId, price, estimate) {
funId,
jc.wallet.jcStandard.marketBuy({
orderId,
price,
estimate,
}),
(v) => JSON.stringify(v)