{php include wl_template('common/header');}
{if $_GPC['level'] <= 0}
{$levelList[$_GPC['level']]}
{loop $list $listItem}
说明 单价
{/loop}
{elseif $_GPC['level'] == 1}
{$levelList[$_GPC['level']]}
{loop $list $listItem}
{$listItem['amountUnitStr']}
{/loop}
{elseif $_GPC['level'] == 2}
{$levelList[$_GPC['level']]}
{loop $list $listItem}
{$listItem['amountUnitStr']} {$listItem['dateUnitStr']}
{/loop}
{/if}
{php include wl_template('common/footer');}