fix
pyt
2025-03-18 5a295fcf0a2fc2d21a9a4f0b0cfaadcfc689095c
H5/pages/location/location.vue
@@ -124,6 +124,7 @@
               var myGeo = new BMapGL.Geocoder();
               // 根据坐标得到地址描述    
               myGeo.getLocation(new BMapGL.Point(longitude, latitude), (result) => {
                  that.city = result.addressComponents.city
                  that.locationList = result.surroundingPois.map((item, index) => {
                     item.id = index + 1
                     return item