From deda622125531b326766df4b8f75dad1788360ca Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Thu, 7 Oct 2021 21:33:28 +0800 Subject: [PATCH] improve UX --- src/views/OsmosisPools.vue | 6 +++--- src/views/WalletAccounts.vue | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/OsmosisPools.vue b/src/views/OsmosisPools.vue index bcb5ece5..a799d9fb 100644 --- a/src/views/OsmosisPools.vue +++ b/src/views/OsmosisPools.vue @@ -73,9 +73,9 @@ export default { }, created() { // const api = new OsmosAPI() - this.$http.getOsmosisIncentivesPools().then(res => { - console.log(res) - }) + // this.$http.getOsmosisIncentivesPools().then(res => { + // // console.log(res) + // }) // this.$http.getGravityPools().then(res => { // this.pools = res // res.pools.forEach(x => { diff --git a/src/views/WalletAccounts.vue b/src/views/WalletAccounts.vue index 1bf487b5..0a6e19b4 100644 --- a/src/views/WalletAccounts.vue +++ b/src/views/WalletAccounts.vue @@ -44,7 +44,10 @@ class="mb-3" /> - +