feat: 更新钱包存储,添加USDT余额同步功能并移除初始化钱包调用
This commit is contained in:
@@ -17,7 +17,6 @@ onMounted(() => {
|
||||
if (!isAuthenticated.value)
|
||||
return;
|
||||
updateProfile();
|
||||
initializeWallet();
|
||||
CapacitorApp.addListener("appStateChange", ({ isActive }) => {
|
||||
if (isActive) {
|
||||
userStore.updateProfile();
|
||||
|
||||
Reference in New Issue
Block a user