@@ -1057,7 +1057,8 @@ window.initHot = function(model){
},
(pano)=>{ // add
- return this.info.visiblePanos.includes(pano.id)
+ // 周恩光改 解决visiblePanos为undefined时的bug
+ return this.info.visiblePanos && this.info.visiblePanos.includes(pano.id)
}
)
n.push(