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