feat: 在初始化钱包时同步支持银行数据

This commit is contained in:
2025-12-25 19:11:49 +07:00
parent 88065295f3
commit f6c5c91ae5

View File

@@ -28,6 +28,7 @@ export const useWalletStore = defineStore("wallet", () => {
syncFundingBalances(); syncFundingBalances();
syncTradingBalances(); syncTradingBalances();
syncBankAccounts(); syncBankAccounts();
syncSupportBanks();
} }
async function syncTotalAssetValue() { async function syncTotalAssetValue() {