修改房间号不存在loading取消

This commit is contained in:
yj 2024-12-12 10:13:39 +08:00
parent d30b6ed762
commit aa8809e03c
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ const JoinSetting = forwardRef((_props: any, ref: any) => {
})
} else {
message.error('房间号不存在!')
storage.setItem('loading', false)
}
})
}}