[251106] fix: BuyOption getProductOption API
🕐 커밋 시간: 2025. 11. 06. 18:15:48 📊 변경 통계: • 총 파일: 1개 • 추가: +2줄 • 삭제: -1줄 📝 수정된 파일: ~ com.twin.app.shoptime/src/views/DetailPanel/components/BuyOption.jsx 🔧 주요 변경 내용: • UI 컴포넌트 아키텍처 개선
This commit is contained in:
@@ -450,9 +450,10 @@ const BuyOption = ({
|
||||
|
||||
// 필수 데이터 로드 (SingleOption과 동일)
|
||||
// Mock Mode: API 호출 스킵 (Mock 데이터만 사용)
|
||||
// 🚀 처음 마운트될 때와 선택된 ID가 변경될 때마다 호출
|
||||
useEffect(() => {
|
||||
// 디버그 로그: useEffect 진입
|
||||
console.log('[BuyOption] 📍 DATA LOADING useEffect - Dependencies changed', {
|
||||
console.log('%c[BuyOption] 📍 DATA LOADING useEffect - Dependencies changed', 'background: red; color: white; font-weight: bold; padding: 5px;', {
|
||||
isMockMode,
|
||||
selectedPatnrId,
|
||||
selectedPrdtId,
|
||||
|
||||
Reference in New Issue
Block a user