[카테고리 스팟 관련 추가] spotlightid관련 추가건.
This commit is contained in:
@@ -61,6 +61,7 @@ export default function ItemContents() {
|
||||
imageSource={imgUrl}
|
||||
priceInfo={priceInfo}
|
||||
productName={prdtNm}
|
||||
productId={prdtId}
|
||||
onClick={handleItemClick}
|
||||
offerInfo={offerInfo}
|
||||
/>
|
||||
|
||||
@@ -60,6 +60,7 @@ export default function ShowContents() {
|
||||
topShowInfo.showUrl
|
||||
);
|
||||
}}
|
||||
productId={"category-topshow"}
|
||||
>
|
||||
<img src={topShowInfo.thumbnailUrl} alt={topShowInfo.showNm} />
|
||||
</SpottableVideoContainer>
|
||||
|
||||
@@ -75,6 +75,7 @@ export default function ShowLists() {
|
||||
onClick={() => {
|
||||
_onClick(patnrId, showId, lgCatCd, showUrl);
|
||||
}}
|
||||
productId={showId}
|
||||
/>
|
||||
</li>
|
||||
)
|
||||
|
||||
@@ -38,6 +38,7 @@ export default function ShowProductContents() {
|
||||
({ index, ...rest }) => {
|
||||
const { prdtId, prdtNm, imgUrl, priceInfo, offerInfo } =
|
||||
productInfos[index];
|
||||
|
||||
const handleItemClick = () => {
|
||||
dispatch(
|
||||
pushPanel({
|
||||
@@ -49,6 +50,7 @@ export default function ShowProductContents() {
|
||||
lgCatCd: showProductCategoryData[0].catCd,
|
||||
type: "VOD",
|
||||
showUrl: showProductContentDatas.showUrl,
|
||||
prdtId: showProductContentDatas.prdtId,
|
||||
},
|
||||
},
|
||||
})
|
||||
@@ -65,6 +67,7 @@ export default function ShowProductContents() {
|
||||
productName={prdtNm}
|
||||
onClick={handleItemClick}
|
||||
offerInfo={offerInfo}
|
||||
productId={prdtId}
|
||||
/>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user