xxxrrrdddd 2 years ago
parent
commit
588d84853b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/service/UserOrderService.php

+ 1 - 1
application/service/UserOrderService.php

@@ -117,7 +117,7 @@ class UserOrderService{
             $this->order['distance']=tm()->getDistance(
                 [$this->order['from_longitude'],$this->order['from_latitude']],
                 [$this->order['to_longitude'],$this->order['to_latitude']]
-            );
+            )['distance'];
         }
         $this->recordLog("距离:{$this->order['distance']}km");
     }