dever 3 years ago
parent
commit
1772453675
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/shop/lib/Info.php

+ 1 - 1
app/shop/lib/Info.php

@@ -44,7 +44,7 @@ class Info
         if (!$city && !$lng && !$lat && !$address) {
             //Dever::alert('请传入城市');
             $pingtai = 1;
-            $data = $this->fetch(false, $city, $lng, $lat, 10, $name, $method);
+            $data = $this->fetch(3, $city, $lng, $lat, 10, $name, $method);
         }
         
         if ($pingtai == 2) {