Compare commits

..

No commits in common. "6bcc571453c32ec5196c21b02830e050bfbfeba8" and "f60e3751b8dfee3ea18e411ae62801740da5b74d" have entirely different histories.

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(availableCash),
formatAmount(availableShares),
style: const TextStyle(
fontSize: 18,
fontWeight: FontWeight.bold,