修改房间号不存在loading取消
This commit is contained in:
parent
d30b6ed762
commit
aa8809e03c
|
|
@ -222,6 +222,7 @@ const JoinSetting = forwardRef((_props: any, ref: any) => {
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
message.error('房间号不存在!')
|
message.error('房间号不存在!')
|
||||||
|
storage.setItem('loading', false)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue