Commit e94dae5a authored by clone's avatar clone

bug

parent 67a1aa23
......@@ -214,7 +214,7 @@ class Shop extends Basic
public function filtrateCondition()
{
$params = $this->params;
$city_code = isset($params["city_code"]) ? $params["city_code"] : "310000"; //上海310000 浙江 330000
$city_code = isset($params["city_code"]) ? $params["city_code"] : "330000"; //上海310000 浙江 330000
$regions = new Regions();
$cityList = $regions->getRegionsCitySH($city_code);
......@@ -232,7 +232,7 @@ class Shop extends Basic
$result["area"][$i]["disc"][] = $item;
}
}
break; //目前只有上海和杭州其余的先不显示
}
$result['yetai'] = array( '全部', '餐饮美食', '百货零售', '服装', '亲子教育', '休闲娱乐', '办公', '其他' );
......
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