Browse Source

距离

master
Lemon 5 years ago
parent
commit
1958468258
  1. 2
      app/Controller/v3/OrderOnlineController.php

2
app/Controller/v3/OrderOnlineController.php

@ -119,7 +119,7 @@ class OrderOnlineController extends BaseController
$res['location'] = [ $res['location'] = [
'address' => '', 'address' => '',
'distribution_price' => 3.5, 'distribution_price' => 3.5,
'distance' => $distance,
'distance' => 0,
'within' => false 'within' => false
]; ];
} }

Loading…
Cancel
Save