|
|
@@ -90,7 +90,7 @@ class Order extends BaseController
|
|
90
|
90
|
$item['user']['phone'] ?? '', // 用户手机号
|
|
91
|
91
|
$item['real_name'], // 收货人
|
|
92
|
92
|
$item['merchant']['mer_name'] ?? '', // 商户名称
|
|
93
|
|
- $item['orderProduct'][0]['cart_info']['product']['image'],
|
|
|
93
|
+ // $item['orderProduct'][0]['cart_info']['product']['image'],
|
|
94
|
94
|
$item['orderProduct'][0]['cart_info']['product']['store_name'] . ' | ' . $item['orderProduct'][0]['cart_info']['productAttr']['sku'],
|
|
95
|
95
|
$item['orderProduct'][0]['cart_info']['productAttr']['price'],
|
|
96
|
96
|
$item['orderProduct'][0]['product_num'],
|
|
|
@@ -109,7 +109,7 @@ class Order extends BaseController
|
|
109
|
109
|
'收货人',
|
|
110
|
110
|
'商户名称',
|
|
111
|
111
|
'商品图片',
|
|
112
|
|
- '商品名称',
|
|
|
112
|
+ // '商品名称',
|
|
113
|
113
|
'商品单价',
|
|
114
|
114
|
'商品数量',
|
|
115
|
115
|
'订单金额',
|