From 8794dd0028ef9ac60ea509f1b808d587259a610e Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Wed, 29 Oct 2025 15:27:47 +0900 Subject: [PATCH] =?UTF-8?q?[=EB=94=94=ED=85=8C=EC=9D=BC=20=ED=8C=A8?= =?UTF-8?q?=EB=84=90]=20=ED=8C=8C=ED=8A=B8=EB=84=88=EC=82=AC=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20=EB=85=B8=EC=B6=9C=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?/=20=EB=A7=88=EC=BB=A4=20=EC=9C=84=EC=B9=98=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 현재 qvc로 고정되어있는 파트너사 이미지 변경. - productallsection 마커 위치 수정. --- .../src/views/DetailPanel/DetailPanel.jsx | 30 +++++++++++++++---- .../ProductAllSection/ProductAllSection.jsx | 10 +++---- .../DetailPanel/components/THeaderCustom.jsx | 4 +-- 3 files changed, 32 insertions(+), 12 deletions(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx b/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx index a2f3d987..8c1092a1 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/DetailPanel.jsx @@ -1,21 +1,40 @@ // src/views/DetailPanel/DetailPanel.new.jsx -import React, { useCallback, useEffect, useLayoutEffect, useMemo, useRef, useState } from 'react'; +import React, { + useCallback, + useEffect, + useLayoutEffect, + useMemo, + useRef, + useState, +} from 'react'; -import { useDispatch, useSelector } from 'react-redux'; +import { + useDispatch, + useSelector, +} from 'react-redux'; import Spotlight from '@enact/spotlight'; import { setContainerLastFocusedElement } from '@enact/spotlight/src/container'; import { getDeviceAdditionInfo } from '../../actions/deviceActions'; import { getThemeCurationDetailInfo } from '../../actions/homeActions'; -import { getMainCategoryDetail, getMainYouMayLike } from '../../actions/mainActions'; -import { popPanel, updatePanel } from '../../actions/panelActions'; +import { + getMainCategoryDetail, + getMainYouMayLike, +} from '../../actions/mainActions'; +import { + popPanel, + updatePanel, +} from '../../actions/panelActions'; import { finishVideoPreview, pauseFullscreenVideo, resumeFullscreenVideo, } from '../../actions/playActions'; -import { clearProductDetail, getProductOptionId } from '../../actions/productActions'; +import { + clearProductDetail, + getProductOptionId, +} from '../../actions/productActions'; import TBody from '../../components/TBody/TBody'; import TPanel from '../../components/TPanel/TPanel'; import { panel_names } from '../../utils/Config'; @@ -667,6 +686,7 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) { onSpotlightLeft={onSpotlightUpTButton} marqueeDisabled={false} ariaLabel={ariaLabel} + logoImg={productData?.patncLogoPath} /> -
-
+
{/* */}
}
+
{ @@ -84,7 +84,7 @@ export default function THeaderCustom({
)}