Browse Source

运费计算

林琦海 5 năm trước cách đây
mục cha
commit
2ca559a9cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      common/components/freight.php

+ 1 - 1
common/components/freight.php

@@ -45,6 +45,7 @@ class freight
         $cost = 8; //起步价
         //距离计算
         Yii::info("距离为:".$phpStatDistance);
+
         $phpStatDistance = $phpStatDistance -2;
         if($phpStatDistance > 0){
             if ($phpStatDistance <=10){
@@ -66,7 +67,6 @@ class freight
 
         //重量计算
         Yii::info("重量为:".$weight);
-        $weight = 5.5;
         $weight = $weight -2;
         if($weight > 0){
             if ($weight <=10){