Commit a6d625cc authored by clone's avatar clone

bug

parent f996c7b4
......@@ -214,7 +214,7 @@ class Shop extends Basic
public function filtrateCondition()
{
$params = $this->params;
$city_code = isset($params["city_code"]) ? $params["city_code"] : "31000"; //上海31000 浙江 33000
$city_code = isset($params["city_code"]) ? $params["city_code"] : "310000"; //上海310000 浙江 330000
$regions = new Regions();
$cityList = $regions->getRegionsCitySH($city_code);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment