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

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

@@ -41,7 +41,7 @@ class Info
             if ($type == 1) {
                 $data = $this->fetch(false, $city, $lng, $lat, 10, $name, $method);
             } else {
-                $data = $this->fetch(false, false, $lng, $lat, 10, $name, $method);
+                $data = $this->fetch(false, false, $lng, $lat, 1, $name, $method);
             }
         }