Browse Source

fix:地图类型

chenzhen2 1 year ago
parent
commit
27556ce8f6
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/common/utils.js
  2. 2 2
      src/packagesEnv/pages/intelligentControl/home2.wpy

+ 1 - 1
src/common/utils.js

@@ -1108,7 +1108,7 @@ function getMapSpaceIcon(type) {
     type === '938' ||
     type === '170'
     || type === '915') {
-    typeName = '休闲活动区(吸烟室)'
+    typeName = '休闲活动区(吸烟室)'
   }
   else if (type === '690'
     || type === '932'

+ 2 - 2
src/packagesEnv/pages/intelligentControl/home2.wpy

@@ -691,7 +691,7 @@ wepy.component({
         item.icon = utils.getMapSpaceIcon(item.roomFuncType).icon;
         item.typeName = utils.getMapSpaceIcon(item.roomFuncType).typeName;
         item.selectIcon = item.icon;
-        if (item.typeName == '开办公区') {
+        if (item.typeName == '开办公区') {
           item.circleColor = '#6B96D9';
         } else if (item.typeName == '个人办公区') {
           item.circleColor = '#AC8BE8';
@@ -778,7 +778,7 @@ wepy.component({
       if (!sign) {
         // 如果是父亲传进来的areaId  不执行下面的触发
         console.log('this.selectArea==', this.selectArea);
-        // this.$emit('mapChangeSpaceInfo', area); // 传给父组件,以请求数据
+        this.$emit('mapChangeSpaceInfo', area); // 传给父组件,以请求数据
       }
     },
     // 获取选中的空间