yangjie #30
|
|
@ -22,7 +22,7 @@ const NoticeWindow: React.FC = () => {
|
||||||
message: '',
|
message: '',
|
||||||
description: <div>
|
description: <div>
|
||||||
<span style={{ fontSize: '16px' }}>{noticeItem.uname}申请发言</span>
|
<span style={{ fontSize: '16px' }}>{noticeItem.uname}申请发言</span>
|
||||||
<div style={{ display: 'flex', justifyContent: 'flex-end' }}>
|
<div style={{ display: 'flex', justifyContent: 'flex-end' }} className='drag'>
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
className='m-ant-btn'
|
className='m-ant-btn'
|
||||||
|
|
|
||||||
|
|
@ -238,7 +238,13 @@ const Meeting: React.FC = () => {
|
||||||
case 'shareScreenWindowClose':
|
case 'shareScreenWindowClose':
|
||||||
setCurrentSeconds(shareScreenWindowClose)
|
setCurrentSeconds(shareScreenWindowClose)
|
||||||
await stopScreenCapture()
|
await stopScreenCapture()
|
||||||
await allUserLook(userInfo.uid, userInfo.userName)
|
await getUserRoomInfo().then(async (res) => {
|
||||||
|
if (res) {
|
||||||
|
await allUserLook(userInfo.uid, userInfo.userName)
|
||||||
|
} else {
|
||||||
|
await getShowUser()
|
||||||
|
}
|
||||||
|
})
|
||||||
break;
|
break;
|
||||||
case 'shareScreenWindowfooterListsTitle':
|
case 'shareScreenWindowfooterListsTitle':
|
||||||
switch (shareScreenWindowfooterListsTitle) {
|
switch (shareScreenWindowfooterListsTitle) {
|
||||||
|
|
@ -693,7 +699,7 @@ const Meeting: React.FC = () => {
|
||||||
message: '',
|
message: '',
|
||||||
description: <div>
|
description: <div>
|
||||||
<span style={{ fontSize: '16px' }}>{item.uname}申请发言</span>
|
<span style={{ fontSize: '16px' }}>{item.uname}申请发言</span>
|
||||||
<div style={{ display: 'flex', justifyContent: 'flex-end' }}>
|
<div style={{ display: 'flex', justifyContent: 'flex-end' }} className='drag'>
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
className='m-ant-btn'
|
className='m-ant-btn'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue