菜谱详情
{{ recipe?.get('category') || '家常菜' }} {{ recipe?.get('cookTime') || '30分钟' }}
{{ recipe?.get('rating') }}
{{ recipe?.get('title') || '美味菜谱' }}
{{ recipe?.get('prepTime') || '15分钟' }} 准备 {{ recipe?.get('difficulty') || '中等' }} {{ recipe?.get('servings') || '4' }} 人份

{{ recipe?.get('description') || '一道美味的家常菜,简单易学,营养丰富' }}

所需食材 {{ ingredient.name }} {{ ingredient.amount }} 操作步骤 {{ i + 1 }}

{{ step }}