chenzhen2 пре 1 година
родитељ
комит
5dca02d882
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8 0
      src/packagesEnv/pages/intelligentControl/home2.wpy

+ 8 - 0
src/packagesEnv/pages/intelligentControl/home2.wpy

@@ -783,6 +783,14 @@ wepy.component({
     },
     // 获取选中的空间
     selectAreaFun(currentSelect) {
+      if (!currentSelect.isCompanyControl) {
+        wx.showToast({
+          title: '不可选区域',
+          duration: 1000,
+          icon: 'none'
+        });
+        return;
+      }
       this.selectArea = null;
       this.doSelectArea(currentSelect);
     },