chore(trading): 暂时屏蔽卖出DST功能和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:
hailin 2025-12-15 04:31:40 -08:00
parent 83f10df29e
commit a7417be0e1
1 changed files with 10 additions and 9 deletions

View File

@ -252,15 +252,16 @@ class _TradingPageState extends ConsumerState<TradingPage> {
const SizedBox(height: 24),
// 线
_buildDivider(),
const SizedBox(height: 24),
// DST按钮
_buildSellDstButton(),
const SizedBox(height: 8),
// DST余额显示
_buildDstBalance(),
const SizedBox(height: 24),
// 线
_buildDivider(),
// TODO: DST功能
// const SizedBox(height: 24),
// // DST按钮
// _buildSellDstButton(),
// const SizedBox(height: 8),
// // DST余额显示
// _buildDstBalance(),
// const SizedBox(height: 24),
// // 线
// _buildDivider(),
const SizedBox(height: 24),
// /
_buildWithdrawButton(),