xzw 1 year ago
parent
commit
c8f02e4bd9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      js/Hot.js

+ 0 - 1
js/Hot.js

@@ -765,7 +765,6 @@ window.initHot = function(model){
             
             this.visible = visibility != void 0 ? visibility : (!this.info.visiblePanos || 
                type == 'every' ? panos.every(pano=>this.info.visiblePanos.includes(pano.id)) : panos.some(pano=>this.info.visiblePanos.includes(pano.id)))//type为every时,需要panos中每个都可见才显示
-            this.titleElem && this.titleElem.setVisible(this.visible, 'hotVisible', 1)
             
             if (this.texType == 'video'){
                 //this.switchPlay(this.visible,  this.visible ? null : 'stop' );//可见时不操作;不可见时停止