使用通用标签:
{list action=table table=1_order order=order_time num=10} 订单号{$t.sn} 下单时间{dr_date($t.order_time)} 收货人{$t.shipping_name} 总金额{$t.order_price} 支付方式{if $t.pay_type==1}货到付款{else if $t.pay_type==2}在线支付{else if $t.pay_type==3}银行转账{else}其他{/if} 订单状态:{if $t.order_status==1}已下单{else if $t.order_status==2}配货中{else if $t.order_status==3}交易完成{else if $t.order_status==4}待收货{else if $t.order_status==9}交易关闭{else}已失效{/if} <br> /./ 这里是查询他的商品 {list action=table table=1_order_goods oid=$t.id return=c} 商品名称:{$c.title} 商品图片:{dr_thumb($c.thumb)} 购买数量:{$c.quantity} {/list} {$sql_c} {$error_c} {/list} {$sql} {$error}
文档最后更新时间:2017-07-25 08:42:05