{foreach $interviewList as $interview}
{$interview.job_title} {if condition="$interview.enterprise"}

🏢 {$interview.enterprise.name}

{/if}
难度:{:$interview.difficulty}/5
{if condition="$interview.interview_type"}

📝 面试类型:{$interview.interview_type}

{/if} {if condition="$interview.process"}

面试流程

{$interview.process}

{/if} {if condition="$interview.questions"}

面试题

{$interview.questions}

{/if}

面经总结

{$interview.experience}

{/foreach}
{$interviewList->render()|raw}
0.075573s