{if condition="empty($info)"}
您还没有订单记录哦~
{else}
{volist name="$info" id="vo"}
订单单号:{$vo.orderId}
{/volist} {/if}