|
|
@ -919,7 +919,7 @@ const Index = () => { |
|
|
|
{ |
|
|
|
video != '' ? <view style={{ position: 'relative' }}> |
|
|
|
<view onClick={() => { setVideo('') }} style={{ position: 'absolute', zIndex: '999', right: '70rpx', top: '30rpx' }}> |
|
|
|
<AtIcon value='close-circle' size='30' color='#fff'></AtIcon> |
|
|
|
{!isView ?<AtIcon value='close-circle' size='30' color='#fff'></AtIcon>:''} |
|
|
|
</view> |
|
|
|
<Video |
|
|
|
style={{ width: '90%', marginLeft: '-45%', left: '50%', marginBottom: 20 }} |
|
|
|