From 62246fef8d93e35010de3b70cbafd65ab39c9542 Mon Sep 17 00:00:00 2001 From: claw_bot Date: Thu, 12 Mar 2026 10:45:31 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=80=BB=E7=9B=88=E4=BA=8F=E7=99=BE?= =?UTF-8?q?=E5=88=86=E6=AF=94=E5=A2=9E=E5=8A=A0=E5=B7=A6=E8=BE=B9=E8=B7=9D?= =?UTF-8?q?=EF=BC=8C=E8=B0=83=E5=B0=8F=E5=AD=97=E4=BD=93=E6=9B=B4=E5=8D=8F?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/detail/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue index f97cbd6..dc4ce22 100644 --- a/pages/detail/detail.vue +++ b/pages/detail/detail.vue @@ -25,7 +25,7 @@ 总盈亏 {{ (portfolioData.totalReturn || 0) >= 0 ? '+' : '' }}{{ getCurrencySymbol(portfolioData.currency) }}{{ (portfolioData.totalReturn || 0).toLocaleString('zh-CN', { minimumFractionDigits: 2, maximumFractionDigits: 2 }) }} - ({{ (portfolioData.historicalChange || 0) >= 0 ? '+' : '' }}{{ (portfolioData.historicalChange || 0).toFixed(2) }}%) + ({{ (portfolioData.historicalChange || 0) >= 0 ? '+' : '' }}{{ (portfolioData.historicalChange || 0).toFixed(2) }}%)