Browse Source

[edit] refresh

A\An 3 years ago
parent
commit
e522d4c04a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/view/popup/tabbar-page/wallter/popup.vue

+ 2 - 0
src/view/popup/tabbar-page/wallter/popup.vue

@@ -193,6 +193,8 @@ const refreshList = () => {
     setTimeout(() => {
     setTimeout(() => {
         iconRotate.value = false
         iconRotate.value = false
     }, 1000)
     }, 1000)
+
+    getAccountBalance();
     if(currencyListDom.value) {
     if(currencyListDom.value) {
         currencyListDom.value.getCurrencyInfoList && currencyListDom.value.getCurrencyInfoList();
         currencyListDom.value.getCurrencyInfoList && currencyListDom.value.getCurrencyInfoList();
     }
     }