From 71e1d2a897855f91de37c352f21d4f85e5524619 Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Mon, 17 Nov 2025 14:19:25 +0900 Subject: [PATCH] =?UTF-8?q?popularshow=20=EC=97=90=EC=84=9C=20prdt=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=EC=99=80=20show=20=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=EA=B0=80=20=EA=B0=99=EC=9D=80=20=EC=A0=95=EB=B3=B4=EB=A5=BC=20?= =?UTF-8?q?=EB=B3=B4=EB=82=B4=EC=A3=BC=EA=B3=A0=20=EC=9E=88=EC=96=B4?= =?UTF-8?q?=EC=84=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx | 2 +- .../src/views/HomePanel/PopularShow/PopularShow.jsx | 5 +++-- 2 files changed, 4 insertions(+), 3 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..db0a3b52 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx @@ -138,7 +138,7 @@ export default memo(function TItemCard({ productId: productId, productTitle: productName, showId: showId, - showTitle: shelfTitle.includes("LIVE") ? contentTitle : showTitle, + showTitle: showTitle, nowProductId: nowProductId, nowCategory: nowCategory, nowProductTitle: nowProductTitle, diff --git a/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx b/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx index e1ac6935..9409bad7 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx @@ -209,6 +209,7 @@ const PopularShow = ({ patncNm, catCd, showUrl, + productInfos, }, itemIndex ) => { @@ -231,7 +232,7 @@ const PopularShow = ({ : thumbnailUrl } imageAlt={showNm} - productName={showNm} + productName={productInfos[0].prdtNm} nonPosition={true} type={TYPES.videoShow} imgType={ @@ -240,7 +241,7 @@ const PopularShow = ({ : IMAGETYPES.imgVertical } logo={patncLogoPath} - productId={showId} + productId={productInfos[0].prdtId} onFocus={handleFocus(itemIndex)} onBlur={handleBlur(itemIndex)} onClick={handleCardClick(patnrId, showId, catCd, showUrl)}