소스 검색

type 参数默认为 1

reghao 2 년 전
부모
커밋
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