edit-admin-limit_city

This commit is contained in:
lccsw
2021-10-20 16:37:23 +08:00
parent 9b309299ca
commit 28b6e059c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class Store extends HD_Controller
$status = $this->input->get('status');
$this->data['province_id'] = $province_id = 350;//默认福建城市
$this->data['city_id'] = $city_id = intval($this->input->get('city_id', true));
$this->data['city_id'] = $city_id = intval($this->input->get('_city_id', true));
$this->data['county_id'] = $county_id = intval($this->input->get('county_id', true));
$this->data['bizname'] = $bizname = $this->input->get('bizname');
$this->data['brand_id'] = $brand_id = intval($this->input->get('brand_id'));
+1 -1
View File
@@ -45,7 +45,7 @@
</select>
</div>
<div class="am-form-group am-para-inline w150">
<select id="bd-hd-city" name="city_id" data-toggle="next-select"
<select id="bd-hd-city" name="_city_id" data-toggle="next-select"
data-refurl="/common/area?key=county&id={value}" data-next="#bd-hd-county">
<option value="0">城市</option>
<?php if ($citys) {