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