From 0c90819cfccd07df247bfad6427616e2c2fce369 Mon Sep 17 00:00:00 2001 From: yuexin Date: Tue, 23 Apr 2024 16:54:00 +0800 Subject: [PATCH] [fix] enhance not show result --- src/views/home/helpDialog.vue | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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')