Compare commits
2 Commits
f60e3751b8
...
6bcc571453
| Author | SHA1 | Date |
|---|---|---|
|
|
6bcc571453 | |
|
|
0ad1136e48 |
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue