|
@ -128,7 +128,7 @@ const VideoPlay = ({ dispatch, actions, |
|
|
// console.log(yingshiPlayer.current); |
|
|
// console.log(yingshiPlayer.current); |
|
|
if (disappear || duration > 2000) { |
|
|
if (disappear || duration > 2000) { |
|
|
setVideoMask(true) |
|
|
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) { |
|
|
if (res.payload.data.paraphraseCustom) { |
|
|
if (res.payload.data.paraphraseCustom) { |
|
|
setWritten(res.payload.data.paraphraseCustom) |
|
|
setWritten(res.payload.data.paraphraseCustom) |
|
|