상품 디테일페이지 QR/Text 초단위 롤링 적용

This commit is contained in:
opacity@t-win.kr
2025-07-31 16:57:45 +09:00
parent 10263b7f65
commit b16f19daa8
8 changed files with 423 additions and 313 deletions

View File

@@ -90,7 +90,6 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
const shopByMobileLogRef = useRef(null);
useEffect(() => {
dispatch(getProductOptionId(undefined));
if (panelInfo?.type === "hotel") {
@@ -101,7 +100,7 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
})
);
}
if (panelInfo?.type === "theme") {
dispatch(
getThemeCurationDetailInfo({
@@ -111,7 +110,7 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
})
);
}
if (panelInfo?.prdtId && !panelInfo?.curationId) {
dispatch(
getMainCategoryDetail({