Fix nav ticker day-change: use SWAP sodUtc0 (Beijing 08:00) from same instrument.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-17 11:52:35 +08:00
parent de13869b38
commit 432adfb602
5 changed files with 68 additions and 124 deletions
+2 -2
View File
@@ -68,8 +68,8 @@
if (pctEl) pctEl.textContent = fmtSigned(t.change_pct, true);
const openHint =
t.open != null
? "开盘 " + fmtPrice(t.open) + " (" + (t.anchor || "BJ 08:00") + ")"
: t.anchor || "BJ 08:00";
? "开盘 " + fmtPrice(t.open) + " · 北京 08:00 (sodUtc0)"
: "北京 08:00 (sodUtc0)";
row.title = (t.symbol || "") + " " + openHint;
}