|
|
@@ -206,8 +206,8 @@ class OrderService extends BaseService
|
|
|
$sendCost = $disRespond['fee'] ?? 0;
|
|
|
$sendDistance = $disRespond['distance'] ?? 0;
|
|
|
}
|
|
|
- $post['sendDistance'] = $sendDistance;
|
|
|
- $post['sendCost'] = $sendCost;
|
|
|
+ $data['sendDistance'] = $sendDistance;
|
|
|
+ $data['sendCost'] = $sendCost;
|
|
|
|
|
|
$totalPrice = bcadd($goodsPrice, $sendCost, 2);
|
|
|
$modifyPrice = $totalPrice;
|