From 8c6ca75e9355100711aa6edd2b016899244663df Mon Sep 17 00:00:00 2001 From: Dean Date: Fri, 27 Mar 2026 21:17:48 +0800 Subject: [PATCH] fix: update error handling for account data fetch on Trader Dashboard --- web/src/pages/TraderDashboardPage.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/web/src/pages/TraderDashboardPage.tsx b/web/src/pages/TraderDashboardPage.tsx index ff7386bf..c8db2549 100644 --- a/web/src/pages/TraderDashboardPage.tsx +++ b/web/src/pages/TraderDashboardPage.tsx @@ -491,11 +491,7 @@ export function TraderDashboardPage({ PNL::{account.total_pnl?.toFixed(2)} ) : accountFailed ? ( -
- LAST_UPDATE::-- - EQ::-- - PNL::-- -
+ DATA_FETCH::FAILED — 账户数据请求失败,请检查连接 ) : (