{volist name="$data" id="list" key='k'}
{$list.create_time}
{if condition="$list.amount_score >= $list.pass_score"}
通过
{else}
未通过
{/if}
考试名称:{$list.name}
考试成绩:
{$list.amount_score}分
查看试卷
{/volist}