통합로그 피드백 : AL_PAGE_CONTENT_CLICK - youmaylike api categoryName 추가수정

This commit is contained in:
opacity@t-win.kr
2025-07-01 09:43:36 +09:00
parent 9e4ae8ca81
commit cef6e129a8
2 changed files with 2 additions and 4 deletions

View File

@@ -137,6 +137,7 @@ export default memo(function YouMayLike({
patncNm,
brndNm,
lgCatCd,
lgCatNm,
} = youmaylikeData[index];
const handleItemClick = () => {
@@ -173,7 +174,7 @@ export default memo(function YouMayLike({
nowProductId={productInfo?.prdtId}
nowProductTitle={productInfo?.prdtNm}
nowCategory={productInfo?.catNm}
catNm={lgCatCd}
catNm={lgCatNm}
patnerName={patncNm}
brandName={brndNm}
imageAlt={prdtId}

View File

@@ -326,9 +326,6 @@ export default function Favorites({ title, panelInfo, isOnTop }) {
spotlightId={SpotlightIds.MY_PAGE_FAVORITES_BOX}
>
{favoritesDatas.map((item, index) => {
{
console.log("###item", item);
}
return (
<MyPageItemCard
key={index}