onMaskClick(props)}>
{play_duration===0?"":
累计学习时长:{play_duration} h
}
@@ -68,11 +73,19 @@ function VideoInReviewItem (props) {
{/* 2019-09-01 10:00:22 */}
- {vv===0?"":
+ {!vv || (vv && vv)===0 ? "" :
- } {vv===0?"":vv}
+ } {!vv || (vv && vv)===0?"":vv}
{ isReview != true &&
+ {
+ moveVideo &&
+
+ moveVideo(props)}
+ style={{ marginTop: '1px', display: 'inline-block'}}
+ >
+
+ }
{
deleteVideo &&
diff --git a/public/react/src/modules/user/usersInfo/video/images/default.png b/public/react/src/modules/user/usersInfo/video/images/default.png
new file mode 100644
index 000000000..66a54bc6c
Binary files /dev/null and b/public/react/src/modules/user/usersInfo/video/images/default.png differ