feat: 更新钱包存储,添加USDT余额同步功能并移除初始化钱包调用

This commit is contained in:
2026-01-11 17:42:28 +07:00
parent 3f846a2a04
commit 9f0f0a076c
3 changed files with 19 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ onMounted(() => {
if (!isAuthenticated.value)
return;
updateProfile();
initializeWallet();
CapacitorApp.addListener("appStateChange", ({ isActive }) => {
if (isActive) {
userStore.updateProfile();