diff --git a/pages/in/widget/iscn-ar/index.vue b/pages/in/widget/iscn-ar/index.vue index cb5d692b4..9d8611a5d 100644 --- a/pages/in/widget/iscn-ar/index.vue +++ b/pages/in/widget/iscn-ar/index.vue @@ -273,6 +273,13 @@ >{{ $t('ISCNARWidget.ISCN.action') }} +
+ {{ error }} +
+
{{ $t('ISCNARWidget.ISCN.articleTitleTitle') }}

{{ $t('ISCNARWidget.ISCN.articleTitleValue', { title: iscnName }) }}

@@ -729,8 +736,10 @@ export default { this.beginLikePay(); }, async connectKeplr() { + this.error = ''; const res = await Keplr.initKeplr(); if (!res) { + this.error = 'FAILED_CONNECT_TO_KEPLR'; throw new Error('FAILED_CONNECT_TO_KEPLR'); } this.setDefaultCosmosWalletSource({ source: 'keplr', persistent: false });