@@ -813,7 +813,7 @@
for(let i in citys){
cityArr.push(citys[i]);
}
- for(let i in allArea[province]){
+ for(let i in allBuyArea[province]){
cityArr.push(allBuyArea[province][i]);
//
@@ -834,7 +834,7 @@