Commit 52a9ba95 authored by danfuman's avatar danfuman

修改

parent 447397f4
...@@ -467,7 +467,7 @@ ...@@ -467,7 +467,7 @@
params.cityIds=cityCode params.cityIds=cityCode
} }
if(countyCode.length > 0){ if(countyCode.length > 0){
params.areaIds=countyCode params.districtIds=countyCode
} }
}else { }else {
if(params.provinceIds){ if(params.provinceIds){
...@@ -476,8 +476,8 @@ ...@@ -476,8 +476,8 @@
if(params.cityIds){ if(params.cityIds){
delete params.cityIds delete params.cityIds
} }
if(params.areaIds){ if(params.districtIds){
delete params.areaIds delete params.districtIds
} }
} }
......
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