From 064aa893c5f29a90a6d85996a789a3cc4b43b134 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Fri, 9 Aug 2024 17:49:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Meeting/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/page/Meeting/index.tsx b/src/page/Meeting/index.tsx index 466eede..93c7f04 100644 --- a/src/page/Meeting/index.tsx +++ b/src/page/Meeting/index.tsx @@ -1007,7 +1007,7 @@ const Meeting: React.FC = () => { style={{ marginBottom: '10px', width: '80%' }} size={'small'} onClick={() => { - PostRoomManager(state.roomId, state.roomNum).then(res => { + PostRoomManager(state.roomId, state.channelId).then(res => { if (res.code === 200) { onInvoke('sendOper', { roomNum: state.channelId, @@ -1022,7 +1022,7 @@ const Meeting: React.FC = () => { style={{ marginBottom: '10px', width: '80%' }} size={'small'} onClick={() => { - DeleteRoomManager(state.roomId, state.roomNum).then(res => { + DeleteRoomManager(state.roomId, state.channelId).then(res => { if (res.code === 200) { onInvoke('sendOper', { roomNum: state.channelId,