[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')
|
await this.$store.dispatch('user/fetchUserState')
|
||||||
localStorage.removeItem(storeageKey)
|
localStorage.removeItem(storeageKey)
|
||||||
clearInterval(serTimeId)
|
clearInterval(serTimeId)
|
||||||
} else if (errcode !== 14) {
|
} else if (errcode === 13){
|
||||||
// 状态不是等待链上确认的, 都提示错误
|
//nothing to do
|
||||||
this.isLoading = false;
|
}else {
|
||||||
this.$emit('handleClose')
|
|
||||||
// this.$message.error(errmsg)
|
|
||||||
clearInterval(serTimeId)
|
|
||||||
} else if (errcode !== 13) {
|
|
||||||
// 状态不是等待链上确认的, 都提示错误
|
// 状态不是等待链上确认的, 都提示错误
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
this.$emit('handleClose')
|
this.$emit('handleClose')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user