Compare commits

..

2 Commits

Author SHA1 Message Date
hailin 6bcc571453 revert(c2c): 还原C2C市场页资产概览为原始状态
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 09:25:03 -08:00
hailin 0ad1136e48 fix(c2c): 修正资产概览显示,C2C只涉及积分值不涉及积分股
左栏改回"可用积分值",右栏改为"冻结积分值",消除重复显示。

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 09:23:59 -08:00
1 changed files with 2 additions and 2 deletions

View File

@ -127,12 +127,12 @@ class _C2cMarketPageState extends ConsumerState<C2cMarketPage>
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
'可用积分',
'可用积分',
style: TextStyle(fontSize: 12, color: AppColors.textSecondaryOf(context)),
),
const SizedBox(height: 4),
Text(
formatAmount(availableShares),
formatAmount(availableCash),
style: const TextStyle(
fontSize: 18,
fontWeight: FontWeight.bold,