{{include file="public/header" /}} {{include file="public/header_top_nav" /}} {{include file="public/nav_search" /}} {{include file="public/header_nav" /}} {{include file="public/goods_category" /}}
{{include file="public/user_menu" /}}
商品 单价 数量 商品操作 合计 状态 操作
{{if !empty($data_list)}} {{foreach $data_list as $order}} {{foreach $order.items as $keys=>$goods}} {{if $keys eq 0}} {{/if}} {{/foreach}}
{{$order.order_no}} {{$order.add_time}}
{{$goods.title}}
{{$goods.title}} {{if !empty($goods.spec)}}
    {{foreach $goods.spec as $spec}}
  • {{$spec.type}}:{{$spec.value}}
  • {{/foreach}}
{{/if}}
{{if $goods['original_price'] gt 0}} ¥{{$goods.original_price}} {{/if}} ¥{{$goods.price}} x{{$goods.buy_number}} {{if isset($goods['returned_quantity']) and $goods['returned_quantity'] gt 0}} 已退 {{$goods.returned_quantity}} {{/if}}
{{if $goods['original_price'] gt 0}}

¥{{$goods.original_price}}

{{/if}}

¥{{$goods.price}}

x{{$goods.buy_number}} {{if isset($goods['returned_quantity']) and $goods['returned_quantity'] gt 0}}
已退 {{$goods.returned_quantity}} {{/if}}
{{if !empty($goods['orderaftersale_btn_text'])}} {{if empty($goods['orderaftersale'])}} {{$goods.orderaftersale_btn_text}} {{else /}} {{$goods.orderaftersale_btn_text}} {{/if}} {{/if}} ¥{{$order.total_price}} {{if isset($order['refund_price']) and $order['refund_price'] gt 0}}
已退 {{$order.refund_price}} {{/if}}
{{$order.status_name}} {{if in_array($order['status'], [0,1])}} {{/if}} {{if in_array($order['status'], [1])}} 支付 {{/if}} {{if in_array($order['status'], [3])}} {{/if}} {{if in_array($order['status'], [4]) and $order['user_is_comments'] eq 0}} 评论 {{/if}} {{if in_array($order['status'], [4,5,6])}} {{/if}} {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}}
plugins_service_order_handle_operation_html
{{/if}} {{if !empty($order['plugins_service_order_handle_operation_html']) and is_array($order['plugins_service_order_handle_operation_html'])}} {{foreach $order.plugins_service_order_handle_operation_html as $hook}} {{if is_string($hook) or is_int($hook)}} {{$hook|raw}} {{/if}} {{/foreach}} {{/if}}
{{/foreach}} {{$page_html|raw}} {{else /}}
没有相关数据
{{/if}}
{{include file="public/footer" /}}