yangjie #30

Merged
yangqiang merged 2 commits from yangjie into master 2024-10-29 17:46:22 +08:00
2 changed files with 9 additions and 3 deletions
Showing only changes of commit 137923bc82 - Show all commits

View File

@ -22,7 +22,7 @@ const NoticeWindow: React.FC = () => {
message: '',
description: <div>
<span style={{ fontSize: '16px' }}>{noticeItem.uname}</span>
<div style={{ display: 'flex', justifyContent: 'flex-end' }}>
<div style={{ display: 'flex', justifyContent: 'flex-end' }} className='drag'>
<Button
type="primary"
className='m-ant-btn'

View File

@ -238,7 +238,13 @@ const Meeting: React.FC = () => {
case 'shareScreenWindowClose':
setCurrentSeconds(shareScreenWindowClose)
await stopScreenCapture()
await getUserRoomInfo().then(async (res) => {
if (res) {
await allUserLook(userInfo.uid, userInfo.userName)
} else {
await getShowUser()
}
})
break;
case 'shareScreenWindowfooterListsTitle':
switch (shareScreenWindowfooterListsTitle) {
@ -693,7 +699,7 @@ const Meeting: React.FC = () => {
message: '',
description: <div>
<span style={{ fontSize: '16px' }}>{item.uname}</span>
<div style={{ display: 'flex', justifyContent: 'flex-end' }}>
<div style={{ display: 'flex', justifyContent: 'flex-end' }} className='drag'>
<Button
type="primary"
className='m-ant-btn'