Browse Source

Merge branch 'develop' of http://39.106.8.246:3003/web/wanda-bm-guide into develop

fujunwen 4 năm trước cách đây
mục cha
commit
59c5d161cd
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/components/floorMap/index.vue

+ 3 - 1
src/components/floorMap/index.vue

@@ -340,7 +340,9 @@ export default {
             //判断是否为电井
             this.showBtnWell = true;
           }
-          this.visible = true;
+          setTimeout(()=>{
+            this.visible = true;
+          })
         });
       }
     },