퀵메뉴 이벤트 추가
This commit is contained in:
BIN
src/main/resources/static/image/quick_menu/event.png
Normal file
BIN
src/main/resources/static/image/quick_menu/event.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
@@ -52,7 +52,9 @@
|
||||
quickMenu.style.display = '';
|
||||
}
|
||||
}
|
||||
|
||||
function moveEvent(){
|
||||
window.location.href="https://petit.madeu.co.kr/webevent/selectListWebEventIntro.do";
|
||||
}
|
||||
// 페이지 로드와 리사이즈 이벤트 연결
|
||||
window.addEventListener('load', toggleQuickMenu);
|
||||
window.addEventListener('resize', toggleQuickMenu);
|
||||
@@ -79,7 +81,9 @@
|
||||
</header>
|
||||
<!-- 퀵메뉴 -->
|
||||
<div class="quick-menu-simple">
|
||||
|
||||
<div class="quick-item" onclick="moveEvent()">
|
||||
<img src="/image/quick_menu/event.png" alt="이벤트">
|
||||
</div>
|
||||
<!-- 다이어트센터 -->
|
||||
<div class="quick-item" onclick="moveDietCenter()">
|
||||
<img src="/image/quick_menu/diet_center.png" alt="다이어트센터">
|
||||
|
||||
Reference in New Issue
Block a user