popularshow 에서 prdt 정보와 show 정보가 같은 정보를 보내주고 있어서 수정
This commit is contained in:
@@ -138,7 +138,7 @@ export default memo(function TItemCard({
|
|||||||
productId: productId,
|
productId: productId,
|
||||||
productTitle: productName,
|
productTitle: productName,
|
||||||
showId: showId,
|
showId: showId,
|
||||||
showTitle: shelfTitle.includes("LIVE") ? contentTitle : showTitle,
|
showTitle: showTitle,
|
||||||
nowProductId: nowProductId,
|
nowProductId: nowProductId,
|
||||||
nowCategory: nowCategory,
|
nowCategory: nowCategory,
|
||||||
nowProductTitle: nowProductTitle,
|
nowProductTitle: nowProductTitle,
|
||||||
|
|||||||
@@ -209,6 +209,7 @@ const PopularShow = ({
|
|||||||
patncNm,
|
patncNm,
|
||||||
catCd,
|
catCd,
|
||||||
showUrl,
|
showUrl,
|
||||||
|
productInfos,
|
||||||
},
|
},
|
||||||
itemIndex
|
itemIndex
|
||||||
) => {
|
) => {
|
||||||
@@ -231,7 +232,7 @@ const PopularShow = ({
|
|||||||
: thumbnailUrl
|
: thumbnailUrl
|
||||||
}
|
}
|
||||||
imageAlt={showNm}
|
imageAlt={showNm}
|
||||||
productName={showNm}
|
productName={productInfos[0].prdtNm}
|
||||||
nonPosition={true}
|
nonPosition={true}
|
||||||
type={TYPES.videoShow}
|
type={TYPES.videoShow}
|
||||||
imgType={
|
imgType={
|
||||||
@@ -240,7 +241,7 @@ const PopularShow = ({
|
|||||||
: IMAGETYPES.imgVertical
|
: IMAGETYPES.imgVertical
|
||||||
}
|
}
|
||||||
logo={patncLogoPath}
|
logo={patncLogoPath}
|
||||||
productId={showId}
|
productId={productInfos[0].prdtId}
|
||||||
onFocus={handleFocus(itemIndex)}
|
onFocus={handleFocus(itemIndex)}
|
||||||
onBlur={handleBlur(itemIndex)}
|
onBlur={handleBlur(itemIndex)}
|
||||||
onClick={handleCardClick(patnrId, showId, catCd, showUrl)}
|
onClick={handleCardClick(patnrId, showId, catCd, showUrl)}
|
||||||
|
|||||||
Reference in New Issue
Block a user