fix(asset): 移除积分值冗余的人民币估值显示

积分值与人民币1:1对应,不需要显示"≈ ¥xxx"

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-20 04:15:11 -08:00
parent 8728fdce4c
commit 1aa655f243
1 changed files with 1 additions and 2 deletions

View File

@ -508,7 +508,7 @@ class _AssetPageState extends ConsumerState<AssetPage> {
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<AssetPage> {
title: '积分值',
amount: asset?.cashBalance,
isLoading: isLoading,
valueInCny: asset != null ? '¥${formatAmount(asset.cashBalance)}' : null,
),
const SizedBox(height: 16),
//