chore(trading): 暂时屏蔽BNB、OG、DST结算币种,只保留人民币
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a81aaa6acd
commit
53cc4623ff
|
|
@ -406,13 +406,14 @@ class _TradingPageState extends ConsumerState<TradingPage> {
|
|||
),
|
||||
child: Row(
|
||||
children: [
|
||||
_buildCurrencyChip(SettlementCurrency.bnb, 'BNB'),
|
||||
const SizedBox(width: 8),
|
||||
_buildCurrencyChip(SettlementCurrency.og, 'OG'),
|
||||
const SizedBox(width: 8),
|
||||
// TODO: BNB, OG, DST 暂时屏蔽,待开放后取消注释
|
||||
// _buildCurrencyChip(SettlementCurrency.bnb, 'BNB'),
|
||||
// const SizedBox(width: 8),
|
||||
// _buildCurrencyChip(SettlementCurrency.og, 'OG'),
|
||||
// const SizedBox(width: 8),
|
||||
_buildCurrencyChip(SettlementCurrency.usdt, '人民币'),
|
||||
const SizedBox(width: 8),
|
||||
_buildCurrencyChip(SettlementCurrency.dst, 'DST'),
|
||||
// const SizedBox(width: 8),
|
||||
// _buildCurrencyChip(SettlementCurrency.dst, 'DST'),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue