|
@@ -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");
|
|
|
}
|