From 69cf5a614a79931906be14b901c7389f7819f437 Mon Sep 17 00:00:00 2001 From: claw_bot Date: Mon, 16 Mar 2026 08:56:14 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E7=BB=84=E5=90=88?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=94=B6=E7=9B=8A=E7=8E=87=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 8b2a84c..2c551bd 100755 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -116,7 +116,7 @@ {{ getCurrencySymbol(holding.currency) }}{{ (holding.value || 0).toLocaleString('zh-CN', { minimumFractionDigits: 2, maximumFractionDigits: 2 }) }} - 历史总变动 + 收益率 {{ (holding.returnRate || 0) >= 0 ? '+' : '' }}{{ holding.returnRate || 0 }}%