hrjy 2 years ago
parent
commit
e4821879ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/api/controller/PublicController.php

+ 1 - 0
app/api/controller/PublicController.php

@@ -307,6 +307,7 @@ class PublicController
 //            $latitude = $location->lat;
 //            $longitude = $location->lng;
 //        }
+        if ($address) $address = urldecode($address);
         $list = SystemStore::lst($latitude, $longitude, $page, $limit, $cate_id,$name, $sales,$address);
         if (!$list){
             $list = [];