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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user