...
|
...
|
@@ -218,7 +218,7 @@ class OrderModel |
|
|
//已发货状态,给查看物流URL
|
|
|
$result['unreceived'] = true;
|
|
|
$result['logisticsUrl'] = Helpers::url('/home/logistic', array('order_code' => $order['order_code']));
|
|
|
if ($showLogistics) {
|
|
|
if ($showLogistics && isset($order['caption'])) {
|
|
|
$result['logisticsCompany'] = $order['caption'];
|
|
|
$result['logisticsNum'] = $order['express_number'];
|
|
|
}
|
...
|
...
|
|