Browse Source

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

fujunwen 4 years ago
parent
commit
59c5d161cd
1 changed files with 3 additions and 1 deletions
  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;
+          })
         });
       }
     },