浏览代码

fix:地图逻辑

chenzhen2 1 年之前
父节点
当前提交
35eaaa0711
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/packagesEnv/pages/intelligentControl/home2.wpy

+ 3 - 1
src/packagesEnv/pages/intelligentControl/home2.wpy

@@ -552,7 +552,9 @@ wepy.component({
   ready() {
     // 获取地图数据
     console.log('地图模块触发了--');
-    this.init();
+    if (this.space) {
+      this.init();
+    }
   },
   // 页面激活
   attached() {},