|
|
@@ -46,7 +46,7 @@ class FreightLogic extends BaseLogic
|
|
|
$expressPrice = 0;
|
|
|
$templateList = [];
|
|
|
$goodsExpressMoneys = [];
|
|
|
-
|
|
|
+ outFileLog($goods,'freight','$goods');
|
|
|
// 配送方式配置, 如果配送方式-快递配送已关闭则不参与运费计算
|
|
|
$expressConfig = ConfigService::get('delivery_type', 'is_express', 1);
|
|
|
|
|
|
@@ -72,7 +72,7 @@ class FreightLogic extends BaseLogic
|
|
|
}
|
|
|
|
|
|
if($area_flag == 1){
|
|
|
- $expressPrice += $good['sub_price'];//self::calculate2($goods, $userAddress);
|
|
|
+ $expressPrice += 2;//self::calculate2($goods, $userAddress);
|
|
|
}else {
|
|
|
|
|
|
|