@extends('layouts.base') @section('title','订单列表') @section('content')
| 订单数: {{$total}} |
| 订单编号: {{$order['order']['parent_order_sn']}} 下单时间: {{date('Y-m-d H:i:s',$order['order']['created_time'])}} |
|
|
{{$orderGoods['title']}}
{{$orderGoods['goods_option_title']}} |
商品金额: {{ number_format(($orderGoods['goods_price']/100),2)}}
{{-- 商家结算金额: {{ number_format($order['SellerMoney'],2) }}--}} 数量: {{$orderGoods['total']}} |
|
@if( $order_goods_index == 0)
用户备注: {{$order['remark']}} |
|
|
查看详情 |
@if ($order['order']['status'] == 1 && $orderGoods['pay_status'] == 1) @endif @if ($order['status'] == 2 && $orderGoods['pay_status'] == 1) @endif | @endif