wkw 3 giorni fa
parent
commit
3ba11e9763
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/stores/modules/walletStore.js

+ 1 - 0
src/stores/modules/walletStore.js

@@ -185,6 +185,7 @@ export const useWalletStore = defineStore("useWalletStore", {
       })
       this.$persist();
       await sysLogin(address)
+      await this.updateTokenVal();
     },
     // 修改钱包名称
     updateWalletName(id, newName) {