修改活动未开始的弹窗提示文案

This commit is contained in:
yuyongdong 2024-04-17 14:04:22 +08:00
parent a49cadd14f
commit b0e76587ff
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ let errmsg = err
} else if(errmsg.indexOf('chest already opened') > -1) { } else if(errmsg.indexOf('chest already opened') > -1) {
errmsg = 'chest already opened' errmsg = 'chest already opened'
} else if(errmsg.indexOf('execution reverted: TreasureHunt: paused') > -1) { } 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({ const _confirm = new iErrorMessage({

View File

@ -779,7 +779,7 @@ export default {
methods: { methods: {
async initData() { async initData() {
await this.getActivity(); await this.getActivity();
this.getNftList() // this.getNftList()
this.$store.dispatch('wallet/restore') this.$store.dispatch('wallet/restore')
this.$store.dispatch('user/restore') this.$store.dispatch('user/restore')
if (this.token) { if (this.token) {