yangjie #28
|
|
@ -2786,7 +2786,7 @@ const Meeting: React.FC = () => {
|
||||||
setIsSharePopConfirm(false)
|
setIsSharePopConfirm(false)
|
||||||
setIsSharedScreenModal(false)
|
setIsSharedScreenModal(false)
|
||||||
}} style={{ backgroundColor: '#31353A', marginRight: '14px' }}>取消</Button>
|
}} style={{ backgroundColor: '#31353A', marginRight: '14px' }}>取消</Button>
|
||||||
{isShare ? <Popconfirm
|
{isShare && sharedScreenItem ? <Popconfirm
|
||||||
title="提示"
|
title="提示"
|
||||||
description={`这将停止[${isShareUser?.userName}]的共享,是否继续?`}
|
description={`这将停止[${isShareUser?.userName}]的共享,是否继续?`}
|
||||||
open={isSharePopConfirm}
|
open={isSharePopConfirm}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue