통합로그 피드백 : AL_MYPAGE_DELETE - productTitle > deleteCount 로 수정
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -130,9 +130,6 @@ export default function RecentlyViewedContents({
|
||||
{recentDataInfoItem &&
|
||||
dataSize > 0 &&
|
||||
recentDataInfoItem.productInfos.map((item, index) => {
|
||||
{
|
||||
console.log("###Recently_item", item);
|
||||
}
|
||||
const {
|
||||
imgUrl,
|
||||
patnrId,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user