Commit f7096d03 authored by hujun's avatar hujun

1

parent d02caca3
...@@ -325,7 +325,9 @@ class Shop extends Basic ...@@ -325,7 +325,9 @@ class Shop extends Basic
if ($j == 0) { if ($j == 0) {
$result["area"][$i]["business_district"][$j]['district'] = $v["name"]; $result["area"][$i]["business_district"][$j]['district'] = $v["name"];
$result["area"][$i]["business_district"][$j]['business'] = "全" . $v["name"]; $result["area"][$i]["business_district"][$j]['business'][] = [
'id'=>0,'name'=>'全部'
];
} }
foreach ($v['business_district'] as $item2) { foreach ($v['business_district'] as $item2) {
......
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