0429
This commit is contained in:
@@ -397,7 +397,7 @@ class Clues extends HD_Controller
|
||||
'mobile' => '',
|
||||
'cf_id' => '',
|
||||
'cf2_id' => '',
|
||||
'province_id' => 350000,
|
||||
'province_id' => $this->limit_province_id,
|
||||
'city_id' => 0,
|
||||
'county_id' => 0,
|
||||
'biz_id' => 0,
|
||||
|
||||
@@ -242,7 +242,7 @@
|
||||
vm.cityAry = response.data;
|
||||
}
|
||||
});
|
||||
$.get('common/area', {id: 350000, key: 'city', type: 1}, function (response) {
|
||||
$.get('common/area', {id: <?=$limit_province_id?>, key: 'city', type: 1}, function (response) {
|
||||
if (response.code == 1) {
|
||||
vm.admins.cityAry = response.data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user