From 94533f9db61d14cb10d6bb52cc3b4a6ce16be867 Mon Sep 17 00:00:00 2001 From: "jiwon93.son" Date: Mon, 20 Oct 2025 13:26:43 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=B5=ED=95=A9=EB=A1=9C=EA=B7=B8=20[no.23]?= =?UTF-8?q?=20favorite=20show=5Fid,title,brand=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/MyPagePanel/MyPageSub/Favorites/Favorites.jsx | 5 ++++- 1 file changed, 4 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 8f82caeb..4122bc5c 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 @@ -214,12 +214,15 @@ export default function Favorites({ title, panelInfo, isOnTop }) { }, [favoritesDatas, activeDelete]); const handleItemClick = useCallback( - (patnrId, prdtId, prdtNm, patncNm) => (ev) => { + (patnrId, prdtId, prdtNm, patncNm, showId, showNm, brndNm) => (ev) => { const params = { menu: "Favorite", productId: prdtId, productTitle: prdtNm, partner: patncNm, + showId: showId, + showTitle: showNm, + brand: brndNm, contextName: LOG_CONTEXT_NAME.MYPAGE, messageId: LOG_MESSAGE_ID.MYPAGE_CLICK, };