diff --git a/public/react/src/modules/user/usersInfo/video/InfosVideo.js b/public/react/src/modules/user/usersInfo/video/InfosVideo.js
index 8f2f9dab3..05d726628 100644
--- a/public/react/src/modules/user/usersInfo/video/InfosVideo.js
+++ b/public/react/src/modules/user/usersInfo/video/InfosVideo.js
@@ -67,7 +67,7 @@ function InfoVideo(props) {
const { showNotification, history } = props;
const username = props.match.params.username;
const { user } = props;
- console.log(user);
+
function toUpload() {
if (props.current_user.admin || (props.current_user.is_teacher && props.checkIfProfessionalCertification())) {
history.push(`/users/${username}/videos/upload`)
@@ -144,7 +144,8 @@ function InfoVideo(props) {
useEffect(() => {
if (videoModalObj.visible == false) {
// 关闭视频
- videoEl.current && videoEl.current.pause()
+ videoEl.current && videoEl.current.pause();
+ videoId = {};
if (_clipboard) {
_clipboard.destroy();
_clipboard = null;
@@ -266,7 +267,7 @@ function InfoVideo(props) {
className="showVideoModal"
width={800 - 1}
>
-