From 36becdc6c46dab73534efbc57ccb220b0efd53ba Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Tue, 10 Sep 2024 09:25:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AE=BE=E5=A4=87=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Meeting/index.tsx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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} :
用户不在房间内
}>