xiaogang 3 years ago
parent
commit
12b188cbe0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/DynamicService.php

+ 1 - 1
app/Services/DynamicService.php

xqd
@@ -247,7 +247,7 @@ class DynamicService
             }else{
                 $distance = GetDistance($lat,$lng,$v['latitude'],$v['longitude']);
             }
-            dd(1111);
+            dd($distance);
             if($distance>=1){
                 $distance = round($distance);
             }else{