From d291f78e7b606effd7a1e0250e369d179d3746dc Mon Sep 17 00:00:00 2001 From: dongyoungKo Date: Fri, 16 May 2025 16:27:50 +0900 Subject: [PATCH] =?UTF-8?q?[=ED=86=B5=ED=95=A9=EB=A1=9C=EA=B7=B8=20No.5]?= =?UTF-8?q?=20Home=20=EC=83=81=ED=92=88=20=ED=81=B4=EB=A6=AD=20=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A7=91=20(=20=EB=B2=A0=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EC=85=80=EB=9F=AC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/actions/logActions.js | 2 +- .../views/HomePanel/BestSeller/BestSeller.jsx | 20 ++++++++++++++++++- .../src/views/HomePanel/HomePanel.jsx | 2 ++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/com.twin.app.shoptime/src/actions/logActions.js b/com.twin.app.shoptime/src/actions/logActions.js index ac14740f..b50f6c27 100644 --- a/com.twin.app.shoptime/src/actions/logActions.js +++ b/com.twin.app.shoptime/src/actions/logActions.js @@ -1599,7 +1599,7 @@ export const sendLogTotalRecommend = (params) => (dispatch, getState) => { const logCreateTime = new Date().toISOString(); - console.log("#params", params); + // console.log("#params", params); const newParams = { ...params, diff --git a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx index 81f3d5b2..9559a69e 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx +++ b/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.jsx @@ -12,7 +12,11 @@ import TItemCard from "../../../components/TItemCard/TItemCard"; import TScroller from "../../../components/TScroller/TScroller"; import useScrollReset from "../../../hooks/useScrollReset"; import useScrollTo from "../../../hooks/useScrollTo"; -import { panel_names } from "../../../utils/Config"; +import { + LOG_CONTEXT_NAME, + LOG_MESSAGE_ID, + panel_names, +} from "../../../utils/Config"; import { $L, scaleW } from "../../../utils/helperMethods"; import { SpotlightIds } from "../../../utils/SpotlightIds"; import css from "./BestSeller.module.less"; @@ -29,6 +33,8 @@ const BestSeller = ({ spotlightId, handleItemFocus, handleShelfFocus, + shelfLocation, + shelfTitle, }) => { const { getScrollTo, scrollLeft } = useScrollTo(); const { handleScrollReset, handleStopScrolling } = useScrollReset( @@ -177,6 +183,9 @@ const BestSeller = ({ rankOrd, patnrId, offerInfo, + brndNm, + patncNm, + catNm, }, itemIndex ) => { @@ -191,6 +200,15 @@ const BestSeller = ({ return ( { el.shptmApphmDspyOptNm )} handleItemFocus={handleItemFocus(el.shptmApphmDspyOptCd)} + shelfLocation={el.expsOrd} + shelfTitle={el.shptmApphmDspyOptNm} /> ); } else break;