|
|
@@ -916,12 +916,6 @@ class OrderController extends BaseController
|
|
|
util::fail('填了运费,请选择跑腿配送');
|
|
|
}
|
|
|
$post['sendCost'] = $sendCost;
|
|
|
- //打包费
|
|
|
- $packCost = 0;
|
|
|
- if ($sendType == dict::getDict('sendType', 'thirdSend') || $sendType == dict::getDict('sendType', 'carGet')) {
|
|
|
- $packCost = $this->shop->packCost ?? 0;
|
|
|
- }
|
|
|
- $post['packCost'] = $packCost;
|
|
|
|
|
|
$hasPay = $post['hasPay'] ?? dict::getDict('hasPay', 'unPay');
|
|
|
$post['debt'] = OrderClass::DEBT_NO;
|