This commit is contained in:
parent
69abfc81c1
commit
ad06bf8906
|
|
@ -38,8 +38,8 @@ const JoinMeetingModal = forwardRef((props: any, ref: any) => {
|
||||||
<span>拒绝</span>
|
<span>拒绝</span>
|
||||||
</div>
|
</div>
|
||||||
<div onClick={() => {
|
<div onClick={() => {
|
||||||
if (location.hash.indexOf('/meeting') === 1) {
|
|
||||||
setIsJoinMeetingModal(false)
|
setIsJoinMeetingModal(false)
|
||||||
|
if (location.hash.indexOf('/meeting') === 1) {
|
||||||
return message.error('您已经在房间中了,请退出房间重试。')
|
return message.error('您已经在房间中了,请退出房间重试。')
|
||||||
}
|
}
|
||||||
joinSettingRef.current.changeModal(info.roomNum)
|
joinSettingRef.current.changeModal(info.roomNum)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue