diff --git a/src/controllers/View.vue b/src/controllers/View.vue index 28c4519..8030e78 100644 --- a/src/controllers/View.vue +++ b/src/controllers/View.vue @@ -2,6 +2,15 @@ {{ $t('view.title') }} + + + + refresh + + + Refresh + + @@ -99,7 +108,10 @@ export default { }, onCopyError: function() { this.$root.error('copy fail') - } + }, + async refreshWallet(){ + this.wallet.setInfo() + } } }