From b0e76587ff4445f52dbac689bf03bb63d2a7ebc9 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Wed, 17 Apr 2024 14:04:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B4=BB=E5=8A=A8=E6=9C=AA?= =?UTF-8?q?=E5=BC=80=E5=A7=8B=E7=9A=84=E5=BC=B9=E7=AA=97=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/errorDialog/index.js | 2 +- src/views/home/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/errorDialog/index.js b/src/components/errorDialog/index.js index f40ae3e..74b8de8 100644 --- a/src/components/errorDialog/index.js +++ b/src/components/errorDialog/index.js @@ -23,7 +23,7 @@ let errmsg = err } else if(errmsg.indexOf('chest already opened') > -1) { errmsg = 'chest already opened' } else if(errmsg.indexOf('execution reverted: TreasureHunt: paused') > -1) { - errmsg = 'The event has not started' + errmsg = 'Event starting soon. Please check back later' } const _confirm = new iErrorMessage({ diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 8e3bdfe..0fc6841 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -779,7 +779,7 @@ export default { methods: { async initData() { await this.getActivity(); - this.getNftList() + // this.getNftList() this.$store.dispatch('wallet/restore') this.$store.dispatch('user/restore') if (this.token) {