refactor(frontend): 删除兑换页面卖出功能中的销毁比例标签

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-17 08:24:26 -08:00
parent 6043d2fec8
commit 613fb33ff9
1 changed files with 0 additions and 23 deletions

View File

@ -494,29 +494,6 @@ class _TradingPageState extends ConsumerState<TradingPage> {
],
),
),
const SizedBox(height: 16),
// ()
if (_selectedTab == 1)
Padding(
padding: const EdgeInsets.symmetric(horizontal: 4),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: const [
Text(
'销毁比例',
style: TextStyle(fontSize: 12, color: _grayText),
),
Text(
'10% 进入积分股池',
style: TextStyle(
fontSize: 12,
color: _green,
fontFamily: 'monospace',
),
),
],
),
),
const SizedBox(height: 24),
//
SizedBox(