From 86a6623806ce4832816808dd1a0e1fa7b9d4ddd9 Mon Sep 17 00:00:00 2001 From: dekun Date: Sun, 17 May 2026 13:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A7=94=E6=89=98=E5=8D=95?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crypto_monitor_binance/templates/index.html | 1 + crypto_monitor_gate/templates/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/crypto_monitor_binance/templates/index.html b/crypto_monitor_binance/templates/index.html index d3e7e03..f16ff1c 100644 --- a/crypto_monitor_binance/templates/index.html +++ b/crypto_monitor_binance/templates/index.html @@ -1681,6 +1681,7 @@ function refreshPriceSnapshotConditional(){ } const rrEl = document.getElementById(`order-rr-${o.id}`); if(rrEl) rrEl.innerText = formatRrRatio(o.rr_ratio); + paintExchangeTpslRow(o.id, o.exchange_tpsl || {}); }); } }).catch(()=>{}); diff --git a/crypto_monitor_gate/templates/index.html b/crypto_monitor_gate/templates/index.html index 4a7f9ac..88359a7 100644 --- a/crypto_monitor_gate/templates/index.html +++ b/crypto_monitor_gate/templates/index.html @@ -1696,6 +1696,7 @@ function refreshPriceSnapshotConditional(){ } const rrEl = document.getElementById(`order-rr-${o.id}`); if(rrEl) rrEl.innerText = formatRrRatio(o.rr_ratio); + paintExchangeTpslRow(o.id, o.exchange_tpsl || {}); }); } }).catch(()=>{});