Browse Source

配送费

shish 1 year ago
parent
commit
1462db2afe
1 changed files with 3 additions and 1 deletions
  1. 3 1
      biz-mall/order/classes/OrderClass.php

+ 3 - 1
biz-mall/order/classes/OrderClass.php

@@ -121,7 +121,9 @@ class OrderClass extends BaseClass
 
 
         //noticeUtil::push("零售商城 距离:{$distance} {$showDistance} 重量:{$weight} 费用:{$totalFee}", '15280215347');
         //noticeUtil::push("零售商城 距离:{$distance} {$showDistance} 重量:{$weight} 费用:{$totalFee}", '15280215347');
 
 
-        return ['distance' => $distance, 'showDistance' => $showDistance, 'fee' => $totalFee];
+        return ['distance' => 0, 'showDistance' => 0, 'fee' => 0];
+
+        //return ['distance' => $distance, 'showDistance' => $showDistance, 'fee' => $totalFee];
     }
     }