wkw vor 3 Tagen
Ursprung
Commit
3ba11e9763
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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) {