|
@@ -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' );//可见时不操作;不可见时停止
|