TVPLAT-783095 통합로그 popularproductlist vod 클릭시 showid, showtitle 삭제
This commit is contained in:
@@ -137,8 +137,8 @@ export default memo(function TItemCard({
|
|||||||
shelfTitle: shelfTitle,
|
shelfTitle: shelfTitle,
|
||||||
productId: productId,
|
productId: productId,
|
||||||
productTitle: productName,
|
productTitle: productName,
|
||||||
showId: showId,
|
showId: type !== "videoShow" ? showId : null,
|
||||||
showTitle: shelfTitle.includes("LIVE") ? contentTitle : showTitle,
|
showTitle: type !== "videoShow" ? showTitle : null,
|
||||||
nowProductId: nowProductId,
|
nowProductId: nowProductId,
|
||||||
nowCategory: nowCategory,
|
nowCategory: nowCategory,
|
||||||
nowProductTitle: nowProductTitle,
|
nowProductTitle: nowProductTitle,
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ const PopularProductList = ({
|
|||||||
index < 2
|
index < 2
|
||||||
? 0
|
? 0
|
||||||
: index === 2
|
: index === 2
|
||||||
? scaleH(208)
|
? scaleH(208)
|
||||||
: scaleH(index * 248 - 248 - 40);
|
: scaleH(index * 248 - 248 - 40);
|
||||||
|
|
||||||
dispatch(
|
dispatch(
|
||||||
startVideoPlayer({
|
startVideoPlayer({
|
||||||
|
|||||||
Reference in New Issue
Block a user