From bc7715b58b7a21a3cd91423bfdef24b49f8b438a Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Wed, 10 Sep 2025 10:43:28 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=B5=ED=95=A9=EB=A1=9C=EA=B7=B8=20:=20shel?= =?UTF-8?q?f=20click=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 | 4 ++++ .../src/views/HomePanel/PopularShow/PopularShow.jsx | 4 ++-- .../PopularShow/PopularVideoCard/PopularVideoCard.jsx | 4 ++-- 3 files changed, 8 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 b27f8376..0e7922fc 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx @@ -80,6 +80,8 @@ export default memo(function TItemCard({ nowProductId, nowCategory, nowProductTitle, + showId, + showTitle, contentId, ...rest }) { @@ -128,6 +130,8 @@ export default memo(function TItemCard({ shelfTitle: shelfTitle, productId: productId, productTitle: productName, + showId: showId, + 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 a5442e84..e1ac6935 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.jsx @@ -223,8 +223,8 @@ const PopularShow = ({ shelfLocation={shelfLocation} shelfTitle={shelfTitle} patnerName={patncNm} - contentId={showId} - contentTitle={showNm} + showId={showId} + showTitle={showNm} imageSource={ thumbnailUrl !== thumbnailUrl960 ? thumbnailUrl960 diff --git a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularVideoCard/PopularVideoCard.jsx b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularVideoCard/PopularVideoCard.jsx index 7151b003..ecdf08fc 100644 --- a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularVideoCard/PopularVideoCard.jsx +++ b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularVideoCard/PopularVideoCard.jsx @@ -128,8 +128,8 @@ const PopularVideoCard = ({ shelfLocation: 1, shelfId: SpotlightIds.TRENDING_NOW_POPULAR_SHOW, shelfTitle: currentShelf, - contentId: showId, - contentTitle: showNm, + showId: showId, + showTitle: showNm, partner: patncNm, location: selectedIndex + 1, };