통합로그 피드백 - AL_MYPAGE_DELETE 수정
This commit is contained in:
@@ -161,9 +161,9 @@ export default function Favorites({ title, panelInfo, isOnTop }) {
|
||||
);
|
||||
const params = {
|
||||
menu: "Favorite",
|
||||
productId: productId.join(","),
|
||||
productCount: productId.length,
|
||||
deleteCount: deleteList.length,
|
||||
partner: partner.join(","),
|
||||
partnerCount: partner.length,
|
||||
contextName: LOG_CONTEXT_NAME.MYPAGE,
|
||||
messageId: LOG_MESSAGE_ID.MYPAGE_DELETE,
|
||||
};
|
||||
|
||||
@@ -183,9 +183,9 @@ export default function RecentlyViewed({ title, panelInfo, isOnTop }) {
|
||||
);
|
||||
const params = {
|
||||
menu: "Recently Viewed",
|
||||
productId: productId.join(","),
|
||||
productCount: productId.length,
|
||||
deleteCount: deletedCount,
|
||||
partner: partner.join(","),
|
||||
partnerCount: partner.length,
|
||||
contextName: LOG_CONTEXT_NAME.MYPAGE,
|
||||
messageId: LOG_MESSAGE_ID.MYPAGE_DELETE,
|
||||
};
|
||||
|
||||
@@ -195,9 +195,9 @@ export default function Reminders({ title, cbScrollTo }) {
|
||||
|
||||
const params = {
|
||||
menu: "Reminders",
|
||||
contentId: contentId.join(","),
|
||||
contentId: contentId.length,
|
||||
deleteCount: deletedList.length,
|
||||
partner: partner.join(","),
|
||||
partner: partner.length,
|
||||
contextName: Config.LOG_CONTEXT_NAME.MYPAGE,
|
||||
messageId: Config.LOG_MESSAGE_ID.MYPAGE_DELETE,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user