From 94f740b51ec93ce8b590e24dfad0c686fa41864f Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Wed, 12 Jul 2023 15:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3market=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=20price=E5=8F=82=E6=95=B0=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data/js/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Data/js/main.js b/Data/js/main.js index 8bd4fd0..ec21a00 100644 --- a/Data/js/main.js +++ b/Data/js/main.js @@ -421,6 +421,7 @@ function marketBuy(funId, orderId, price, estimate) { funId, jc.wallet.jcStandard.marketBuy({ orderId, + price, estimate, }), (v) => JSON.stringify(v)