Explorar el Código

关闭距离的计算

shish hace 3 años
padre
commit
bb55a4812a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      biz-mall/order/classes/OrderClass.php

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

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