[Log] modified, changed menu scenario (ShowProduct.jsx, PlayerPanel.jsx)
This commit is contained in:
@@ -55,7 +55,9 @@ export const getMenuByTargetContent = (contentTarget) => {
|
||||
: LOG_MENU.DETAIL_PAGE_PRODUCT_DETAIL;
|
||||
} else if (type === "LS" || type === "VS") {
|
||||
return LOG_MENU.FULL_SHOP_NOW;
|
||||
} else if (type === "TD" || type === "HD") {
|
||||
} else if (type === "TD") {
|
||||
return LOG_MENU.DETAIL_PAGE_THEME_DETAIL;
|
||||
} else if (type === "HD") {
|
||||
return LOG_MENU.DETAIL_PAGE_TRAVEL_THEME_DETAIL;
|
||||
} else if (type === "HP") {
|
||||
return LOG_MENU.HOT_PICKS;
|
||||
|
||||
Reference in New Issue
Block a user