From 98988bec7310c92d544273f80c88e16956f153ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EC=A0=95=EC=9D=B4=EC=86=94?=
Date: Tue, 31 May 2022 18:40:14 +0900
Subject: [PATCH] =?UTF-8?q?5/31=20=EC=B2=B4=ED=81=AC=EB=A6=AC=EC=8A=A4?=
=?UTF-8?q?=ED=8A=B8=20=EC=BB=A4=EB=B0=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
#신호등 문구 설명, 위치 - sweetAlert2 적용중
#건강검진, 예방접종-지난 날짜 아래로, 회색 배경 + 해당 날짜 하이라이트 모듈 적용중
---
.../m/bf_food/list_bf_homemade_recommend.ftl | 9 +++++++
.../ftl/m/bf_food/list_bf_ingre_recommend.ftl | 21 ++++++++++++-----
.../ftl/m/bf_food/view_bf_homemade_popup.ftl | 5 +++-
.../WEB-INF/views/ftl/m/index/index.ftl | 2 +-
src/main/webapp/m/css/style.css | 22 ++++++++++++++++--
src/main/webapp/m/db/homemade/bowl.png | Bin 82794 -> 89850 bytes
src/main/webapp/m/db/homemade/bowl_.png | Bin 0 -> 82794 bytes
.../webapp/m/html/bf_food/10.이유식.html | 22 ++++++++++++------
src/main/webapp/m/img/cart.svg | 3 +++
src/main/webapp/m/img/cart_active.svg | 3 +++
10 files changed, 70 insertions(+), 17 deletions(-)
create mode 100644 src/main/webapp/m/db/homemade/bowl_.png
create mode 100644 src/main/webapp/m/img/cart.svg
create mode 100644 src/main/webapp/m/img/cart_active.svg
diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_homemade_recommend.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_homemade_recommend.ftl
index 5ea2633..32584d2 100644
--- a/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_homemade_recommend.ftl
+++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_homemade_recommend.ftl
@@ -72,6 +72,11 @@
@@ -120,6 +125,10 @@
$(".modal_close_btn").on("click", function () {
$(".modal-wrapper").removeClass("open")
})
+
+ $(".info_btn").on("click", function () {
+ Swal.fire({text: '* 이유식당 추천은 생후 월령에 맞춘 영양학적 수치를 고려하여 추천되며 실제 섭취할 식품 정보와 일치하지 않을 수 있으므로, 이에 대한 법적 책임은 없습니다.'}).then((result)=>{})
+ })
@@ -71,6 +71,11 @@
@@ -109,6 +114,10 @@
$(".modal_close_btn").on("click", function (){
$(".modal-wrapper").removeClass("open")
})
+
+ $(".info_btn").on("click", function () {
+ Swal.fire({text: '* 이유식당 추천은 생후 월령에 맞춘 영양학적 수치를 고려하여 추천되며 실제 섭취할 식품 정보와 일치하지 않을 수 있으므로, 이에 대한 법적 책임은 없습니다.'}).then((result)=>{})
+ })