Home 통합로그 누락 된 데이터 추가 및 오타수정
This commit is contained in:
@@ -155,12 +155,13 @@ export default function RandomUnit({
|
||||
curationTitle,
|
||||
contentType: data.shptmBanrTpNm,
|
||||
contentId: data.showId,
|
||||
contentTitle: data.showNm,
|
||||
productId: data.prdtId,
|
||||
productTitle: data.prdtNm,
|
||||
displayType: "rolling",
|
||||
partner: data.patncNm,
|
||||
brand: data.brndNm, // <- 'brnad' 확인
|
||||
location: data.dspyOrder,
|
||||
location: data.dspyOrdr,
|
||||
bannerType: data.vtctpYn === "Y" ? "Vertical" : "Horizontal",
|
||||
})
|
||||
);
|
||||
|
||||
@@ -182,12 +182,13 @@ export default function RollingUnit({
|
||||
curationTitle: curationTitle,
|
||||
contentType: rollingDataRef.current[startIndex].shptmBanrTpNm,
|
||||
contentId: rollingDataRef.current[startIndex].showId,
|
||||
contentTitle: rollingDataRef.current[startIndex].showNm,
|
||||
productId: rollingDataRef.current[startIndex].prdtId,
|
||||
productTitle: rollingDataRef.current[startIndex].prdtNm,
|
||||
displayType: "button",
|
||||
partner: rollingDataRef.current[startIndex].patncNm,
|
||||
brand: rollingDataRef.current[startIndex].brndNm,
|
||||
location: rollingDataRef.current[startIndex].dspyOrder,
|
||||
location: rollingDataRef.current[startIndex].dspyOrdr,
|
||||
bannerType:
|
||||
rollingDataRef.current[startIndex].vtctpYn === "Y"
|
||||
? "Vertical"
|
||||
|
||||
Reference in New Issue
Block a user