|
|
@@ -274,7 +274,7 @@ class GoodsService extends BaseService
|
|
|
$item['num'] = $num;
|
|
|
$total = round($price * $num,2);
|
|
|
$item['total'] = $total;
|
|
|
- $item['thumb'] = get_image_path($item['thumb']);
|
|
|
+ $item['thumb'] = $orderNo?get_image_path($item['thumb']):$item['thumb'];
|
|
|
$result['goods'][] = $item;
|
|
|
$result['total'] += $total;
|
|
|
$result['count']++;
|