From 375ab8cb70f420ce2ad6503aa0dee2017e1cf167 Mon Sep 17 00:00:00 2001 From: isol2011 Date: Tue, 2 Aug 2022 20:50:11 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=88=98=EC=A0=95]=20=EC=97=B0=EB=A0=B9?= =?UTF-8?q?=EB=B3=84=20=EC=9D=B4=EC=9C=A0=EC=8B=9D=20=EC=B6=94=EC=B2=9C?= =?UTF-8?q?=EB=A1=9C=EC=A7=81:=200~3=EA=B0=9C=EC=9B=94=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=EC=97=90=EA=B2=8C=EB=8A=94=20=EC=B6=94=EC=B2=9C=20X?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ftl/m/bf_food/list_bf_homemade_recommend.ftl | 16 ++++++++++------ .../ftl/m/bf_food/list_bf_ingre_recommend.ftl | 12 ++++++++---- 2 files changed, 18 insertions(+), 10 deletions(-) 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 9a7c2a8..6887cd0 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 @@ -60,13 +60,17 @@
- <#if model['home']?has_content> - <#list model['home'] as item> - ${item['name']!} - + <#if 3 < model['rm_child']['past_month'] > + <#if model['home']?has_content> + <#list model['home'] as item> + ${item['name']!} + + <#else> + + 추천 이유식이 없습니다. + <#else> - - 추천 이유식이 없습니다. + 아직 이유식 단계가 아니에요!
diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_ingre_recommend.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_ingre_recommend.ftl index 610fee2..f6af0ef 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_ingre_recommend.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_food/list_bf_ingre_recommend.ftl @@ -62,10 +62,14 @@
- <#if model['ingre']?has_content> - <#list model['ingre'] as item> - ${item['name_real']!} 

${item['meaning']!}

- + <#if 3 < model['rm_child']['past_month'] > + <#if model['ingre']?has_content> + <#list model['ingre'] as item> + ${item['name_real']!} 

${item['meaning']!}

+ + + <#else> + 아직 이유식 단계가 아니에요!