Ver código fonte

地图修改

wangcc 2 anos atrás
pai
commit
068361166f
1 arquivos alterados com 10 adições e 2 exclusões
  1. 10 2
      src/components/amapPow.vue

+ 10 - 2
src/components/amapPow.vue

@@ -2,8 +2,8 @@
  * @Description: 
  * @Author: wangcc
  * @Date: 2022-10-19 09:32:46
- * @LastEditors: wangcc
- * @LastEditTime: 2022-11-04 17:34:50
+ * @LastEditors: wangcc 1053578651@qq.com
+ * @LastEditTime: 2022-11-06 20:02:33
  * @FilePath: \castgroup_bigscreen\src\components\amapPow.vue
  * @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved. 
 -->
@@ -1761,6 +1761,14 @@ export default {
           });
           that.treeCompMarkers.push(that.smallMarker);
           // });
+          that.smallMarker.on('click',(e)=>{
+            if (that.treesPolygonArr) {
+              that.map.remove(that.treesPolygonArr)
+            }
+            if (that.treeCompMarkers) {
+              that.map.remove(that.treeCompMarkers)
+            }
+          })
           that.map.on('rightclick', function (e) {
             if (that.treeCompMarkers) {
               that.map.remove(that.treeCompMarkers);