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 <VideoOperation
operationState={operationState} operation={operation} operationState={operationState} operation={operation}
voiceDisY={voiceDisY} setVoiceDisY={setVoiceDisY} voiceDisY={voiceDisY} setVoiceDisY={setVoiceDisY}
@ -636,7 +636,7 @@ const VideoPlay = ({ dispatch, actions,
setShowTimeSelect={setShowTimeSelect} setShowTimeSelect={setShowTimeSelect}
microAppVideo={microAppVideo} microAppVideo={microAppVideo}
/> : "" /> : ""
} } */}
</div> </div>
</div> </div>

Loading…
Cancel
Save