This commit is contained in:
xiaoyu
2025-04-29 23:25:22 +08:00
parent 5781d599f8
commit 066c511f1e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -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;
}