From fdb375789587fd7b77bc5e286acb3faa4f4497af Mon Sep 17 00:00:00 2001 From: xxm Date: Fri, 21 Aug 2026 04:01:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A0=94=E7=A9=B6tab-evo=E5=AD=90tab?= =?UTF-8?q?=E6=94=B9=E4=B8=BAeffectiveness=E6=95=B0=E6=8D=AE=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/static/index.html b/static/index.html index 5cca8ab0..225a244f 100644 --- a/static/index.html +++ b/static/index.html @@ -2205,8 +2205,8 @@ function renderResearch() { '
' + '' + ''; // 首次渲染即加载策略列表(无子Tab切换)。 // 2026-08-15 修复:不能在此直接 loadStrategyList()——此时 btPeriod.value 还是初始默认 '1m', @@ -2223,11 +2223,10 @@ function renderResearch() { if (!isStr) loadEvoLog(); }; window.loadEvoLog = function() { - const el = document.getElementById('evo-log-list'); + const el = document.getElementById('effectiveness-list'); if (!el) return; - fetch('/api/research/log').then(r => r.json()).then(data => { - const rows = data.log || []; - if (!rows.length) { el.innerHTML = '
暂无研究记录(每日AB研究任务运行后出现)
'; return; } + fetch('/api/research/effectiveness/summary').then(r => r.json()).then(data => { + if (!data || !data.length) { el.innerHTML = '
暂无评估数据(策略到期后自动生成)
'; return; } let html = '' + '' + '' +
日期市场/温区发现薄弱点尝试