[fix] enhance not show result
This commit is contained in:
parent
967babba88
commit
0c90819cfc
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user