From f6c5c91ae5479235cca98c13b87e111ea1b9ccd8 Mon Sep 17 00:00:00 2001 From: Seven Date: Thu, 25 Dec 2025 19:11:49 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E9=92=B1=E5=8C=85=E6=97=B6=E5=90=8C=E6=AD=A5=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E9=93=B6=E8=A1=8C=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/wallet.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/wallet.ts b/src/store/wallet.ts index c0764c3..2fb60e3 100644 --- a/src/store/wallet.ts +++ b/src/store/wallet.ts @@ -28,6 +28,7 @@ export const useWalletStore = defineStore("wallet", () => { syncFundingBalances(); syncTradingBalances(); syncBankAccounts(); + syncSupportBanks(); } async function syncTotalAssetValue() {