diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 66dda21..5afc3c9 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -1496,6 +1496,14 @@ const Meeting: React.FC = () => { getRoomKickout(state.channelId, item.uid, item.userName) }} >移出会议 : null} + {item.uid !== user.uid ? : null} }>
@@ -1669,6 +1677,15 @@ const Meeting: React.FC = () => { getRoomKickout(state.channelId, item.uid, item.userName) }} >移出会议 +
}> { getRoomKickout(state.channelId, roomUserItem.uid, roomUserItem.userName) }} >移出会议 : null} + {roomUserItem.uid !== user.uid ? : null} :
用户不在房间内
}>