[251019] fix: YouMayAlsoLike updated

🕐 커밋 시간: 2025. 10. 19. 22:44:20

📊 변경 통계:
  • 총 파일: 2개
  • 추가: +3줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx
  ~ com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx

🔧 함수 변경 내용:
  📄 com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx (javascript):
    🔄 Modified: extractProductMeta()
  📄 com.twin.app.shoptime/src/views/DetailPanel/ProductContentSection/YouMayAlsoLike/YouMayAlsoLike.jsx (javascript):
     Added: SpotlightContainerDecorator()
This commit is contained in:
2025-10-19 22:44:22 +09:00
parent 0b3e3f9e4b
commit 00ad5dbfa2
2 changed files with 3 additions and 0 deletions

View File

@@ -855,6 +855,7 @@ export default function ProductAllSection({
onFocus={() => handleButtonFocus('youmaylike')}
onBlur={handleButtonBlur}
youmaylikeData={youmaylikeData}
bgVideoInfo={bgVideoInfo}
/>
</div>
)}

View File

@@ -36,6 +36,7 @@ export default function YouMayAlsoLike({
onFocus,
onBlur,
youmaylikeData,
bgVideoInfo,
}) {
const { getScrollTo, scrollLeft } = useScrollTo();
const [newYoumaylikeProductData, setNewYoumaylikeProductData] = useState([]);
@@ -158,6 +159,7 @@ export default function YouMayAlsoLike({
patnrId,
prdtId,
launchedFromPlayer: launchedFromPlayer,
bgVideoInfo: bgVideoInfo, // 백그라운드 비디오 정보 유지
},
})
);