fix(mobile-app): 修复 deposit_usdt_page 中未定义的 _loadWalletData 方法
将错误的方法名 _loadWalletData 改为正确的 _loadData 🤖 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
79768079bf
commit
eb1ea81d8e
|
|
@ -310,7 +310,7 @@ class _DepositUsdtPageState extends ConsumerState<DepositUsdtPage> {
|
|||
),
|
||||
const SizedBox(height: 8),
|
||||
GestureDetector(
|
||||
onTap: _loadWalletData,
|
||||
onTap: _loadData,
|
||||
child: const Text(
|
||||
'点击重试',
|
||||
style: TextStyle(
|
||||
|
|
|
|||
Loading…
Reference in New Issue