| {tab_other_language::get("订单号")} | {tab_other_language::get("姓名")} | {tab_other_language::get("金额")} | {tab_other_language::get("时间")} | |
| {$item['order_id']} | {$item['order_name']} | {fun_kj::get_price($item['order_total_pay'])} | {$item['order_addtime']} |
{if($arr_list['pagebtns']['start']!=1)}1 {/if}
{if($arr_list['pagebtns']['start']>2)}
...
{/if}
{foreach($arr_list['pagebtns']['list'] as $item)}
{$item}
{/foreach}
{if($arr_list['pagebtns']['end']<$arr_list['pageinfo']['pages']-1)}
...
{/if}
{if($arr_list['pagebtns']['end']<$arr_list['pageinfo']['pages'])}
{$arr_list['pageinfo']['pages']}
{/if}
