|
|
@ -48,7 +48,6 @@ function VideoInReviewItem (props) {
|
|
|
|
history.push(`/users/${username}/videos/upload`)
|
|
|
|
history.push(`/users/${username}/videos/upload`)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
const imgUrl = (!transcoded && !link) ? defaultImg : (cover_url || defaultImg);
|
|
|
|
const imgUrl = (!transcoded && !link) ? defaultImg : (cover_url || defaultImg);
|
|
|
|
console.log(props)
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className={`${isReview ? 'videoInReviewItem' : 'nItem'} videoItem`}>
|
|
|
|
<div className={`${isReview ? 'videoInReviewItem' : 'nItem'} videoItem`}>
|
|
|
|
<Spin tip="正在转码,请稍等..." spinning={!transcoded && !link}>
|
|
|
|
<Spin tip="正在转码,请稍等..." spinning={!transcoded && !link}>
|
|
|
|