|
|
@ -53,7 +53,7 @@ Page({ |
|
|
commonApi._post('pbservice/Comfort/getComfortAreaList').then(res=>{ |
|
|
commonApi._post('pbservice/Comfort/getComfortAreaList').then(res=>{ |
|
|
let areaObj = {} |
|
|
let areaObj = {} |
|
|
res.data.forEach(item=>{ |
|
|
res.data.forEach(item=>{ |
|
|
item.area_code = item.area |
|
|
item.area_code = item.area_code |
|
|
item.area_name = item.area |
|
|
item.area_name = item.area |
|
|
areaObj[item.area_code] = item.area; |
|
|
areaObj[item.area_code] = item.area; |
|
|
}) |
|
|
}) |
|
|
|