Ver código fonte

地图修改

wangcc 2 anos atrás
pai
commit
58da954c56
1 arquivos alterados com 15 adições e 12 exclusões
  1. 15 12
      src/components/amapPow.vue

+ 15 - 12
src/components/amapPow.vue

@@ -3,7 +3,7 @@
  * @Author: wangcc
  * @Date: 2022-10-19 09:32:46
  * @LastEditors: wangcc
- * @LastEditTime: 2022-11-03 15:40:26
+ * @LastEditTime: 2022-11-03 16:37:30
  * @FilePath: \castgroup_bigscreen\src\components\amapPow.vue
  * @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved. 
 -->
@@ -109,8 +109,9 @@ export default {
       smallClassProject: [],
       // 项目小班红点转边界图
       projectPolygonArr: [],
-      projectIcon:
-        'http://miniores.hw.hongweisoft.com/mintou/1667460231789_a06fed1519c5e3d206e4ab9148d658e5.png'
+      // projectIcon:
+      //   'http://miniores.hw.hongweisoft.com/mintou/1667460231789_a06fed1519c5e3d206e4ab9148d658e5.png'
+      projectIcon: ''
     };
   },
   watch: {
@@ -541,7 +542,7 @@ export default {
   },
   created() {
     this.getTreePlant();
-    // this.getIcon();
+    this.getIcon();
   },
   mounted() {
     this.initAMap();
@@ -555,13 +556,13 @@ export default {
       'changeSelectStreet',
       'changeSelectAddr'
     ]),
-    // getIcon() {
-    //   getProjectIcon('project_icon').then((res) => {
-    //     if (res.code == 200) {
-    //       this.projectIcon = res.data[0].dictValue;
-    //     }
-    //   });
-    // },
+    getIcon() {
+      getProjectIcon('project_icon').then((res) => {
+        if (res.code == 200) {
+          this.projectIcon = res.data[0].dictValue;
+        }
+      });
+    },
     setMapLabel(val) {
       let _this = this;
       let lanLatArr = [val.longitude, val.latitude];
@@ -982,7 +983,9 @@ export default {
       // }
 
       if (this.leftPage == 'forest' || this.leftPage == 'treeSpecies') {
-        this.getProjectList();
+        if (this.map) {
+          this.getProjectList();
+        }
       }
       if (areaPolygon.properties.level != 'district') {
         // this.setMarker();