From 427d6bb241c6d3deda07c7e9e9844b68d4eba701 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Fri, 28 Oct 2022 13:10:47 +0800 Subject: [PATCH] remove quotos --- src/views/WalletAccountDetail.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/views/WalletAccountDetail.vue b/src/views/WalletAccountDetail.vue index 1a230a75..d07f2213 100644 --- a/src/views/WalletAccountDetail.vue +++ b/src/views/WalletAccountDetail.vue @@ -673,14 +673,6 @@ export default { initial() { this.$http.getBankAccountBalance(this.address).then(bal => { this.assets = bal - bal.forEach(x => { - const symbol = formatTokenDenom(x.denom) - if (!this.quotes[symbol] && symbol.indexOf('/') === -1) { - chainAPI.fetchTokenQuote(symbol).then(quote => { - this.$set(this.quotes, symbol, quote) - }) - } - }) }) this.$http.getStakingReward(this.address).then(res => { this.reward = res