[251106] fix: BuyOption getProductOption
🕐 커밋 시간: 2025. 11. 06. 18:02:13 📊 변경 통계: • 총 파일: 6개 • 추가: +163줄 • 삭제: -6줄 📝 수정된 파일: ~ com.twin.app.shoptime/src/actions/productActions.js ~ com.twin.app.shoptime/src/actions/toastActions.js ~ com.twin.app.shoptime/src/components/TToast/TToastEnhanced.jsx ~ com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx ~ com.twin.app.shoptime/src/views/DetailPanel/components/BuyOption.jsx ~ com.twin.app.shoptime/src/views/MainView/MainView.jsx 🔧 주요 변경 내용: • 핵심 비즈니스 로직 개선 • UI 컴포넌트 아키텍처 개선 • 중간 규모 기능 개선 • 모듈 구조 개선
This commit is contained in:
@@ -167,7 +167,7 @@ export default function MainView({ className, initService }) {
|
||||
useEffect(() => {
|
||||
// TV 배포용: Mock Mode 하드코딩 활성화
|
||||
// 모든 상품에서 BUY NOW 버튼이 표시됨
|
||||
const mockMode = true;
|
||||
const mockMode = false;
|
||||
|
||||
// 모듈 변수에 저장 (이후 ProductAllSection 등에서 메모리에서만 읽음)
|
||||
BUYNOW_CONFIG.init(mockMode);
|
||||
|
||||
Reference in New Issue
Block a user