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