xzw 5 days ago
parent
commit
ce1fd55c16
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/sdk/cover/index.js

+ 2 - 2
src/sdk/cover/index.js

@@ -1415,9 +1415,9 @@ export const enter = ({ dom, mapDom, isLocal, lonlat, scenes, laserRoot, laserOS
                 }) 
 
                 if(!floorCountEmited && props.is4dkkModel ){
-                    setTimeout(()=>{
+                    //setTimeout(()=>{
                        sceneBus.emit('floorCount',  6/*  model.children.length */ ) 
-                    },5000)                    
+                    //},5000)                    
                     
                     floorCountEmited = 1
                 }