Commit 73835ce7c3fd71fbeb37b31e5e928609aed22e4f
1 parent
24ea0ea7
Exists in
master
and in
1 other branch
fix: 下单加保险
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
utils/format-value.js
| ... | ... | @@ -119,7 +119,7 @@ export function formatLngLat({ lat, lng }) { |
| 119 | 119 | cityCode: addressComponent.adcode ? addressComponent.adcode.substring(0, 4) + '00' : '', |
| 120 | 120 | areaCode: addressComponent.adcode, |
| 121 | 121 | provinceName: addressComponent.province, |
| 122 | - areaName: addressComponent.district, | |
| 122 | + areaName: addressComponent.district + '', | |
| 123 | 123 | address: addressInfo.address, |
| 124 | 124 | formattedAddress: addressInfo.formattedAddress, |
| 125 | 125 | }; | ... | ... |