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), // 冻结积分股