fix(ui): 修改提取相关文字

- 兑换页面:'提取 / 转动' → '提取'
- 提款页面:'提款 积分' → '提取积分'

🤖 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 23:50:05 -08:00
parent ab31ad3726
commit 044266a169
2 changed files with 4 additions and 4 deletions

View File

@ -263,7 +263,7 @@ class _TradingPageState extends ConsumerState<TradingPage> {
// // 线
// _buildDivider(),
const SizedBox(height: 24),
// /
//
_buildWithdrawButton(),
const SizedBox(height: 8),
// USDT余额显示
@ -520,7 +520,7 @@ class _TradingPageState extends ConsumerState<TradingPage> {
);
}
/// /
///
/// USDT 0
Widget _buildWithdrawButton() {
// 0
@ -562,7 +562,7 @@ class _TradingPageState extends ConsumerState<TradingPage> {
),
const SizedBox(width: 8),
Text(
'提取 / 转动',
'提取',
style: TextStyle(
fontSize: 16,
fontFamily: 'Inter',

View File

@ -365,7 +365,7 @@ class _WithdrawUsdtPageState extends ConsumerState<WithdrawUsdtPage> {
//
const Expanded(
child: Text(
'积分',
'积分',
style: TextStyle(
fontSize: 18,
fontFamily: 'Inter',