통합로그 : shelf click 수정
This commit is contained in:
@@ -80,6 +80,8 @@ export default memo(function TItemCard({
|
||||
nowProductId,
|
||||
nowCategory,
|
||||
nowProductTitle,
|
||||
showId,
|
||||
showTitle,
|
||||
contentId,
|
||||
...rest
|
||||
}) {
|
||||
@@ -128,6 +130,8 @@ export default memo(function TItemCard({
|
||||
shelfTitle: shelfTitle,
|
||||
productId: productId,
|
||||
productTitle: productName,
|
||||
showId: showId,
|
||||
showTitle: showTitle,
|
||||
nowProductId: nowProductId,
|
||||
nowCategory: nowCategory,
|
||||
nowProductTitle: nowProductTitle,
|
||||
|
||||
@@ -223,8 +223,8 @@ const PopularShow = ({
|
||||
shelfLocation={shelfLocation}
|
||||
shelfTitle={shelfTitle}
|
||||
patnerName={patncNm}
|
||||
contentId={showId}
|
||||
contentTitle={showNm}
|
||||
showId={showId}
|
||||
showTitle={showNm}
|
||||
imageSource={
|
||||
thumbnailUrl !== thumbnailUrl960
|
||||
? thumbnailUrl960
|
||||
|
||||
@@ -128,8 +128,8 @@ const PopularVideoCard = ({
|
||||
shelfLocation: 1,
|
||||
shelfId: SpotlightIds.TRENDING_NOW_POPULAR_SHOW,
|
||||
shelfTitle: currentShelf,
|
||||
contentId: showId,
|
||||
contentTitle: showNm,
|
||||
showId: showId,
|
||||
showTitle: showNm,
|
||||
partner: patncNm,
|
||||
location: selectedIndex + 1,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user