From 1e9b84170e5d3543f90023ef0e85a64cfa065751 Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Mon, 27 Oct 2025 17:34:47 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=B5=ED=95=A9=EB=A1=9C=EA=B7=B88=20-=20fea?= =?UTF-8?q?tured=20brand=20=ED=99=94=EB=A9=B4=20shelef=5Fcontent=5Fclick?= =?UTF-8?q?=20=EC=88=98=EC=A7=91=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/TItemCard/TItemCard.jsx | 11 +++++++++-- com.twin.app.shoptime/src/utils/helperMethods.js | 2 +- .../FeaturedCategoryContents.jsx | 2 ++ .../FeaturedCategoryProductList.jsx | 6 ++++-- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx index 0e7922fc..e5e3049b 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.jsx @@ -1,4 +1,11 @@ -import React, { memo, useCallback, useEffect, useMemo, useState } from "react"; +import React, { + memo, + use, + useCallback, + useEffect, + useMemo, + useState, +} from "react"; import classNames from "classnames"; import { useDispatch, useSelector } from "react-redux"; @@ -131,7 +138,7 @@ export default memo(function TItemCard({ productId: productId, productTitle: productName, showId: showId, - showTitle: showTitle, + showTitle: shelfTitle.includes("LIVE") ? contentTitle : showTitle, nowProductId: nowProductId, nowCategory: nowCategory, nowProductTitle: nowProductTitle, diff --git a/com.twin.app.shoptime/src/utils/helperMethods.js b/com.twin.app.shoptime/src/utils/helperMethods.js index 945600a0..9ce8a7e7 100644 --- a/com.twin.app.shoptime/src/utils/helperMethods.js +++ b/com.twin.app.shoptime/src/utils/helperMethods.js @@ -144,7 +144,7 @@ let localLaunchParams = { // contentTarget: "V3_3000_AD:SR_SR_1", // contentTarget: "V3_2006_HOMEBANNER:6241018_HP_1_1307_2", // contentTarget: "V3_2004_HOMEBANNER:4241101_HP_9_889", - contentTarget: "V3_2001_HOMEBANNER:1240712_TM_10", + // contentTarget: "V3_2001_HOMEBANNER:1240712_TM_10", }; export const getLaunchParams = () => { diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedCategory/FeaturedCategoryContents/FeaturedCategoryContents.jsx b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedCategory/FeaturedCategoryContents/FeaturedCategoryContents.jsx index 3410960c..5dc74c8e 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedCategory/FeaturedCategoryContents/FeaturedCategoryContents.jsx +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedCategory/FeaturedCategoryContents/FeaturedCategoryContents.jsx @@ -46,6 +46,8 @@ const FeaturedCategoryContents = ({ spotlightId={spotlightId} shelfOrder={shelfOrder} shelfTitle={shelfTitle} + selectedPatncNm={selectedPatncNm} + catNm={catNm} /> ) : ( (e) => { const tItemCard = e.currentTarget; - const lastFocusedTarget = Spotlight.getCurrent(); const lastFocusedTargetId = lastFocusedTarget?.getAttribute("data-spotlight-id"); @@ -169,7 +170,8 @@ export default function FeaturedCategoryProductList({ contextName={LOG_CONTEXT_NAME.FEATURED_BRANDS} messageId={LOG_MESSAGE_ID.SHELF_CLICK} order={expsOrd} - category={selectedCatCdLv1} + category={catNm} + patnerName={selectedPatncNm} shelfLocation={shelfOrder} shelfTitle={shelfTitle} shelfId={spotlightId}