[251103] fix: productVideoVersion to 2

🕐 커밋 시간: 2025. 11. 03. 10:06:45

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

📁 추가된 파일:
  + code/

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/CheckOutPanel/components/PinCodeInput.jsx
  ~ com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx

🔧 주요 변경 내용:
  • UI 컴포넌트 아키텍처 개선
This commit is contained in:
2025-11-03 10:06:46 +09:00
parent 5a78596503
commit a39c999e81
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ import * as Config from "../../../utils/Config";
import { $L, getQRCodeUrl } from "../../../utils/helperMethods";
import { sha256 } from "../../../utils/sha256";
import { SpotlightIds } from "../../../utils/SpotlightIds";
import { BUYNOW_CONFIG } from "../../../utils/BuyNowConfig";
import css from "./PinCodeInput.module.less";
import { sendLogTotalRecommend } from "../../../actions/logActions";

View File

@@ -174,7 +174,7 @@ export default function ProductAllSection({
const youmaylikeData = useSelector((state) => state.main.youmaylikeData);
// ProductVideo 버전 관리 (1: 기존 modal 방식, 2: 내장 방식 , 3: 비디오 생략)
const [productVideoVersion, setProductVideoVersion] = useState(3);
const [productVideoVersion, setProductVideoVersion] = useState(2);
// const [currentHeight, setCurrentHeight] = useState(0);
//하단부분까지 갔을때 체크용