From 1aa655f24317d5cfe38b7e228710386d11356ee2 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 20 Jan 2026 04:15:11 -0800 Subject: [PATCH] =?UTF-8?q?fix(asset):=20=E7=A7=BB=E9=99=A4=E7=A7=AF?= =?UTF-8?q?=E5=88=86=E5=80=BC=E5=86=97=E4=BD=99=E7=9A=84=E4=BA=BA=E6=B0=91?= =?UTF-8?q?=E5=B8=81=E4=BC=B0=E5=80=BC=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 积分值与人民币1:1对应,不需要显示"≈ ¥xxx" Co-Authored-By: Claude Opus 4.5 --- .../mining-app/lib/presentation/pages/asset/asset_page.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/mining-app/lib/presentation/pages/asset/asset_page.dart b/frontend/mining-app/lib/presentation/pages/asset/asset_page.dart index a455e7d9..bbe0b139 100644 --- a/frontend/mining-app/lib/presentation/pages/asset/asset_page.dart +++ b/frontend/mining-app/lib/presentation/pages/asset/asset_page.dart @@ -508,7 +508,7 @@ class _AssetPageState extends ConsumerState { growthText: asset != null ? '每秒 +${formatDecimal(perSecondEarning, 8)}' : null, ), const SizedBox(height: 16), - // 积分值(现金余额) + // 积分值(现金余额)- 1积分值=1人民币,不需要显示估值 _buildAssetItem( context: context, icon: Icons.eco, @@ -517,7 +517,6 @@ class _AssetPageState extends ConsumerState { title: '积分值', amount: asset?.cashBalance, isLoading: isLoading, - valueInCny: asset != null ? '¥${formatAmount(asset.cashBalance)}' : null, ), const SizedBox(height: 16), // 冻结积分股