Browse Source

ceshi

dev_trial
wenlele 2 years ago
parent
commit
ab613a1bdb
  1. 4
      code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx

4
code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx

@ -610,7 +610,7 @@ const VideoPlay = ({ dispatch, actions,
{/* 下方操作栏 */}
{/* 显示操作功能条件(宽高) */}
{size?.parentWidth > 479 ?
{/* {size?.parentWidth > 479 ?
<VideoOperation
operationState={operationState} operation={operation}
voiceDisY={voiceDisY} setVoiceDisY={setVoiceDisY}
@ -636,7 +636,7 @@ const VideoPlay = ({ dispatch, actions,
setShowTimeSelect={setShowTimeSelect}
microAppVideo={microAppVideo}
/> : ""
}
} */}
</div>
</div>

Loading…
Cancel
Save