프리티어 변경
필터링 AND OR 조건 추가 데이터 JSON 구조 변경 (오류 발생 리스트 형식 안나오는중)
This commit is contained in:
@@ -10,6 +10,9 @@ import { renderProducts, changePage } from './productList.js';
|
||||
import { openModal, closeModal } from './modal.js';
|
||||
import { scrollToImage } from './carousel.js';
|
||||
|
||||
|
||||
|
||||
|
||||
// ==========================================================================
|
||||
// 1. 전역 설정 및 윈도우 객체 등록 (Global Setup)
|
||||
// ==========================================================================
|
||||
@@ -378,6 +381,8 @@ window.exportToExcel = () => {
|
||||
// ==========================================================================
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
|
||||
|
||||
console.log('App initialized. Products:', productsData.length);
|
||||
|
||||
initTheme();
|
||||
|
||||
Reference in New Issue
Block a user