From a7417be0e1c1ea580ee71e1dd696ca724e13981e Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 15 Dec 2025 04:31:40 -0800 Subject: [PATCH] =?UTF-8?q?chore(trading):=20=E6=9A=82=E6=97=B6=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E5=8D=96=E5=87=BADST=E5=8A=9F=E8=83=BD=E5=92=8CDST?= =?UTF-8?q?=E4=BD=99=E9=A2=9D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 待功能开放后取消注释即可恢复 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../presentation/pages/trading_page.dart | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/frontend/mobile-app/lib/features/trading/presentation/pages/trading_page.dart b/frontend/mobile-app/lib/features/trading/presentation/pages/trading_page.dart index afe81fb9..79621b1e 100644 --- a/frontend/mobile-app/lib/features/trading/presentation/pages/trading_page.dart +++ b/frontend/mobile-app/lib/features/trading/presentation/pages/trading_page.dart @@ -252,15 +252,16 @@ class _TradingPageState extends ConsumerState { 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(),