{include="user/user-style"}
{include="user/user-top"}
{include="user/user-content"}
订单列表
订单号
订单日期
金额
状态
操作
{if($lists)} {foreach $lists as $v}
{$v['orderno']}
{fun date('Y/m/d',$v['addtime'])}
¥{$v['price']}
{if($v['isshow']==1)}待支付 {else if($v['isshow']==2)}已支付 {else if($v['isshow']==3)}超时订单 {else if($v['isshow']==4)}待审核待支付 {else if($v['isshow']==5)}已发货 {else if($v['isshow']==6)}已废弃 {/if}
查看
删除
{/foreach} {if(!isMobile())}
{$pages}
{/if} {else}
暂无订单
{/if}
{include="user/common"}