Showing
1 changed file
with
1 additions
and
1 deletions
@@ -123,7 +123,7 @@ class OrderModel | @@ -123,7 +123,7 @@ class OrderModel | ||
123 | break; | 123 | break; |
124 | } | 124 | } |
125 | $result['logisticUrl'] = $logistics['data']['url']; | 125 | $result['logisticUrl'] = $logistics['data']['url']; |
126 | - $result['logisticImg'] = strtr($value['data']['logo'], array('http://' => '//')); | 126 | + $result['logisticImg'] = strtr($logistics['data']['logo'], array('http://' => '//')); |
127 | $result['logisticCompany'] = $logistics['data']['caption']; | 127 | $result['logisticCompany'] = $logistics['data']['caption']; |
128 | $result['logisticNumber'] = $logistics['data']['express_number']; | 128 | $result['logisticNumber'] = $logistics['data']['express_number']; |
129 | 129 |
-
Please register or login to post a comment