reghao 2 лет назад
Родитель
Сommit
2307707405
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/home/BdMap.vue

+ 1 - 1
src/views/home/BdMap.vue

@@ -128,7 +128,7 @@ export default {
           that.choosedLocation = { province, city, district, addr: street + street_number, lng, lat }
         })
 
-        const type = 2
+        const type = 1
         getMapMarkers(type).then(res => {
           if (res.code === 0) {
             this.markers = res.data