Browse Source

Merge branch 'dev_trial' of https://gitea.anxinyun.cn/free-sun/FS-IOT into dev_trial

dev_trial
巴林闲侠 2 years ago
parent
commit
4fca7d75b9
  1. 2
      code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx

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

@ -128,7 +128,7 @@ const VideoPlay = ({ dispatch, actions,
// console.log(yingshiPlayer.current);
if (disappear || duration > 2000) {
setVideoMask(true)
dispatch(openness.getErrorCode({ status: numbers, platform: videoObj.type })).then((res) => {
dispatch(openness.getErrorCode(videoObj.videoToken ? { status: numbers, platform: videoObj.type, token: videoObj.videoToken } : { status: numbers, platform: videoObj.type })).then((res) => {
if (res.payload.data) {
if (res.payload.data.paraphraseCustom) {
setWritten(res.payload.data.paraphraseCustom)

Loading…
Cancel
Save