통합로그 피드백 : AL_MYPAGE_DELETE - productTitle > deleteCount 로 수정

This commit is contained in:
opacity@t-win.kr
2025-07-02 15:55:18 +09:00
parent a119cfd936
commit 56bfac5c95
4 changed files with 3 additions and 8 deletions

View File

@@ -159,11 +159,10 @@ export default function Favorites({ title, panelInfo, isOnTop }) {
},
{ productId: [], productTitle: [], partner: [] }
);
const params = {
menu: "Favorite",
productId: productId.join(","),
productTitle: productTitle.join(","),
deleteCount: deleteList.length,
partner: partner.join(","),
contextName: LOG_CONTEXT_NAME.MYPAGE,
messageId: LOG_MESSAGE_ID.MYPAGE_DELETE,

View File

@@ -181,11 +181,10 @@ export default function RecentlyViewed({ title, panelInfo, isOnTop }) {
},
{ productId: [], productTitle: [], partner: [] }
);
const params = {
menu: "Recently Viewed",
productId: productId.join(","),
productTitle: productTitle.join(","),
deleteCount: deletedCount,
partner: partner.join(","),
contextName: LOG_CONTEXT_NAME.MYPAGE,
messageId: LOG_MESSAGE_ID.MYPAGE_DELETE,

View File

@@ -130,9 +130,6 @@ export default function RecentlyViewedContents({
{recentDataInfoItem &&
dataSize > 0 &&
recentDataInfoItem.productInfos.map((item, index) => {
{
console.log("###Recently_item", item);
}
const {
imgUrl,
patnrId,

View File

@@ -196,7 +196,7 @@ export default function Reminders({ title, cbScrollTo }) {
const params = {
menu: "Reminders",
contentId: contentId.join(","),
contentTitle: contentTitle.join(","),
deleteCount: deletedList.length,
partner: partner.join(","),
contextName: Config.LOG_CONTEXT_NAME.MYPAGE,
messageId: Config.LOG_MESSAGE_ID.MYPAGE_DELETE,