From 78801fdf989a80ea7c1a2e0a41b5f2ba9ad12e4d Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Fri, 14 Nov 2025 10:18:18 +0900 Subject: [PATCH] =?UTF-8?q?TVPLAT-783095=20=ED=86=B5=ED=95=A9=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=20popularproductlist=20vod=20=ED=81=B4=EB=A6=AD?= =?UTF-8?q?=EC=8B=9C=20showid,=20showtitle=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx | 4 ++-- .../PopularShowVerticalContents/PopularProductList.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx index e5e3049b..d4ef165a 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx @@ -137,8 +137,8 @@ export default memo(function TItemCard({ shelfTitle: shelfTitle, productId: productId, productTitle: productName, - showId: showId, - showTitle: shelfTitle.includes("LIVE") ? contentTitle : showTitle, + showId: type !== "videoShow" ? showId : null, + showTitle: type !== "videoShow" ? showTitle : null, nowProductId: nowProductId, nowCategory: nowCategory, nowProductTitle: nowProductTitle, diff --git a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx index 64ae51a4..2013b85b 100644 --- a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx +++ b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.jsx @@ -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({