Showing
1 changed file
with
6 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2023-05-19 14:54:27 | 2 | * @Date: 2023-05-19 14:54:27 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-09-19 15:36:09 | 4 | + * @LastEditTime: 2024-09-19 15:54:51 |
| 5 | * @FilePath: /map-demo/src/views/bieyuan/map.vue | 5 | * @FilePath: /map-demo/src/views/bieyuan/map.vue |
| 6 | * @Description: 公众地图主体页面 | 6 | * @Description: 公众地图主体页面 |
| 7 | --> | 7 | --> |
| ... | @@ -361,8 +361,11 @@ export default { | ... | @@ -361,8 +361,11 @@ export default { |
| 361 | } | 361 | } |
| 362 | }); | 362 | }); |
| 363 | this.map.add(this.markerSum); | 363 | this.map.add(this.markerSum); |
| 364 | - // 获取定位打标记 | 364 | + // |
| 365 | - this.setLocation(); | 365 | + // setTimeout(() => { |
| 366 | + // // 获取定位打标记 | ||
| 367 | + // this.setLocation(); | ||
| 368 | + // }, 1000); | ||
| 366 | // | 369 | // |
| 367 | }, | 370 | }, |
| 368 | isPointInRing() { // 是否在景区范围 | 371 | isPointInRing() { // 是否在景区范围 | ... | ... |
-
Please register or login to post a comment