mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改省市区
This commit is contained in:
parent
55b242211f
commit
dfc78fc636
@ -51,9 +51,9 @@ foreach ($items as &$prov) {
|
||||
$prov['list'] = array_values($prov['list']);
|
||||
foreach ($prov['list'] as &$city) {
|
||||
$city['list'] = array_values($city['list']);
|
||||
$lines[] = $city['name'] . ',' . join(',', array_column($city['list'], 'name'));
|
||||
$lines[] = $city['fullname'] . ',' . join(',', array_column($city['list'], 'fullname'));
|
||||
}
|
||||
$data[] = $prov['name'] . '$' . join('|', $lines);
|
||||
$data[] = $prov['fullname'] . '$' . join('|', $lines);
|
||||
}
|
||||
|
||||
$jsonFile = __DIR__ . '/data.json';
|
||||
|
2
public/static/plugs/jquery/pcasunzips.js
vendored
2
public/static/plugs/jquery/pcasunzips.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user