dev_cs_new
hjm 6 years ago
parent 5b28c51d76
commit 987cfade38

@ -301,8 +301,8 @@ function InfoVideo (props) {
:
<div className="itemWrap">
{
videoes == undefined ? '' :
videoes.length ?
reviewVideoes == undefined ? '' :
reviewVideoes.length ?
reviewVideoes.map((item, index) => {
return (<VideoInReviewItem
{...props}

Loading…
Cancel
Save