Compare commits
No commits in common. "6bcc571453c32ec5196c21b02830e050bfbfeba8" and "f60e3751b8dfee3ea18e411ae62801740da5b74d" have entirely different histories.
6bcc571453
...
f60e3751b8
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue