diff --git a/src/views/home/helpDialog.vue b/src/views/home/helpDialog.vue index ed88739..ae1abf9 100644 --- a/src/views/home/helpDialog.vue +++ b/src/views/home/helpDialog.vue @@ -214,13 +214,9 @@ export default { await this.$store.dispatch('user/fetchUserState') localStorage.removeItem(storeageKey) clearInterval(serTimeId) - } else if (errcode !== 14) { - // 状态不是等待链上确认的, 都提示错误 - this.isLoading = false; - this.$emit('handleClose') - // this.$message.error(errmsg) - clearInterval(serTimeId) - } else if (errcode !== 13) { + } else if (errcode === 13){ + //nothing to do + }else { // 状态不是等待链上确认的, 都提示错误 this.isLoading = false; this.$emit('handleClose')