xiaogang 4 years ago
parent
commit
b2c7f34ee8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/DynamicService.php

+ 1 - 1
app/Services/DynamicService.php

@@ -244,7 +244,7 @@ class DynamicService
                 }else{
                 }else{
 
 
                     $distance = GetDistance($lat,$lng,$v_user['latitude'],$v_user['longitude']);
                     $distance = GetDistance($lat,$lng,$v_user['latitude'],$v_user['longitude']);
-                    dd($lat,$lng,1,$distance);
+                    dd($lat,$lng,1,$v_user['latitude'],$v_user['longitude'],$distance);
                 }
                 }
             }else{
             }else{
                 dd($lat,$lng,2);
                 dd($lat,$lng,2);