From 749cad1cf335592583526362728d0ff56cb95c6c Mon Sep 17 00:00:00 2001 From: Dev TWIN0906 Date: Tue, 27 May 2025 14:42:02 +0900 Subject: [PATCH] =?UTF-8?q?recently=20=EC=83=81=ED=92=88=20=ED=81=B4?= =?UTF-8?q?=EB=A6=AD=EC=8B=9C=20item,=20show=20=EA=B5=AC=EB=B6=84=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/MyPagePanel/MyPageSub/Favorites/Favorites.jsx | 3 +++ .../MyPageSub/RecentlyViewed/RecentlyViewedContents.jsx | 8 +++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Favorites/Favorites.jsx b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Favorites/Favorites.jsx index ee2373c6..a8cb09b9 100644 --- a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Favorites/Favorites.jsx +++ b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Favorites/Favorites.jsx @@ -326,6 +326,9 @@ export default function Favorites({ title, panelInfo, isOnTop }) { spotlightId={SpotlightIds.MY_PAGE_FAVORITES_BOX} > {favoritesDatas.map((item, index) => { + { + console.log("###item", item); + } return ( () => { + (showId, showNm, patnrId, lgCatCd, prdtId, prdtNm, patncNm) => () => { const params = { menu: "Recently Viewed", partner: patncNm, + contentId: showId, + contentTitle: showNm, productId: prdtId, productTitle: prdtNm, contextName: LOG_CONTEXT_NAME.MYPAGE, @@ -128,6 +130,9 @@ export default function RecentlyViewedContents({ {recentDataInfoItem && dataSize > 0 && recentDataInfoItem.productInfos.map((item, index) => { + { + console.log("###Recently_item", item); + } const { imgUrl, patnrId, @@ -150,6 +155,7 @@ export default function RecentlyViewedContents({ selected={selectedItems[prdtId ? prdtId : showId]} onClick={handleItemClick( showId, + showNm, patnrId, lgCatCd, prdtId,