fix
pyt
2025-03-18 5a295fcf0a2fc2d21a9a4f0b0cfaadcfc689095c
fix
1个文件已修改
1 ■■■■ 已修改文件
H5/pages/location/location.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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