Authored by 梁志锋

修改order.php

... ... @@ -123,7 +123,7 @@ class OrderModel
break;
}
$result['logisticUrl'] = $logistics['data']['url'];
$result['logisticImg'] = strtr($value['data']['logo'], array('http://' => '//'));
$result['logisticImg'] = strtr($logistics['data']['logo'], array('http://' => '//'));
$result['logisticCompany'] = $logistics['data']['caption'];
$result['logisticNumber'] = $logistics['data']['express_number'];
... ...