Revert "TVPLAT-783095 통합로그 popularproductlist vod 클릭시 showid, showtitle 삭제"

This reverts commit 78801fdf98.
This commit is contained in:
opacity@t-win.kr
2025-11-17 10:57:17 +09:00
parent 78801fdf98
commit 08c8177ab6
2 changed files with 4 additions and 4 deletions

View File

@@ -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,

View File

@@ -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({