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