xzw 1 年之前
父節點
當前提交
c8f02e4bd9
共有 1 個文件被更改,包括 0 次插入1 次删除
  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 || 
             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中每个都可见才显示
                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'){
             if (this.texType == 'video'){
                 //this.switchPlay(this.visible,  this.visible ? null : 'stop' );//可见时不操作;不可见时停止
                 //this.switchPlay(this.visible,  this.visible ? null : 'stop' );//可见时不操作;不可见时停止