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> + 아직 이유식 단계가 아니에요!