From e64925544a3f48e5db24946d98ab1b5f828a9b39 Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Fri, 5 Dec 2025 13:43:02 +0900 Subject: [PATCH] =?UTF-8?q?[=ED=86=B5=ED=95=A9=EB=A1=9C=EA=B7=B8]Favorites?= =?UTF-8?q?=20=EB=A1=9C=EA=B7=B8=20=EC=A0=95=EB=B3=B4=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 | 7 ++++++- 1 file changed, 6 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 4122bc5c..ec7ee352 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 @@ -217,6 +217,8 @@ export default function Favorites({ title, panelInfo, isOnTop }) { (patnrId, prdtId, prdtNm, patncNm, showId, showNm, brndNm) => (ev) => { const params = { menu: "Favorite", + contentId: showId ?? prdtId, + contentTitle: showNm ?? prdtNm, productId: prdtId, productTitle: prdtNm, partner: patncNm, @@ -340,7 +342,10 @@ export default function Favorites({ title, panelInfo, isOnTop }) { item.patnrId, item.prdtId, item.prdtNm, - item.patncNm + item.patncNm, + item.showId, + item.showNm, + item.brndNm )} onToggle={handleItemToggle(item.prdtId)} length={favoritesDatas.length}