[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:
@@ -855,6 +855,7 @@ export default function ProductAllSection({
|
||||
onFocus={() => handleButtonFocus('youmaylike')}
|
||||
onBlur={handleButtonBlur}
|
||||
youmaylikeData={youmaylikeData}
|
||||
bgVideoInfo={bgVideoInfo}
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
@@ -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, // 백그라운드 비디오 정보 유지
|
||||
},
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user