xzw 1 год назад
Родитель
Сommit
83f51cfbc1
1 измененных файлов с 9 добавлено и 1 удалено
  1. 9 1
      scene/public/static/js/main_2020_show.js

+ 9 - 1
scene/public/static/js/main_2020_show.js

@@ -21687,6 +21687,9 @@ window.Modernizr = function(n, e, t) {
                 this.bindEvents(e.container),
                 this.updateModel()
                 this.modeTran = ''
+                
+                this.guider2 = new PanTransGuide(this)
+                
             }
 			 
 			
@@ -58837,7 +58840,12 @@ class PanTransGuide{
         this.nodes = []
         let path = this.player.path
         let last
-        this.player.model.heroLocations.forEach((e,i)=>{
+        
+        let index = this.player.model.heroLocations.findIndex(e=>e.name == '沉浸看展')
+        let locations = this.player.model.heroLocations[index]
+        this.player.model.heroLocations.splice(index,1)
+        
+        locations.forEach((e,i)=>{
              
             if(i>0){   
                 path.setWarpDestination(e)