| 
					
				 | 
			
			
				@@ -121,13 +121,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 _onCompleteStoryDialogCallParam = datas[3]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            // 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            // StoryChapterCfg chapterCfg0 = StoryChapterCfgArray.Instance.GetCfg(MainStoryDataManager.currentChapterCfgId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            // List<StoryLevelCfg> storyLevelCfg0 = StoryLevelCfgArray.Instance.GetCfgsBytypeAndsubTypeAndchapterId(chapterCfg0.type, chapterCfg0.subType, chapterCfg0.id); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            StoryChapterCfg chapterCfg = StoryChapterCfgArray.Instance.GetCfg(MainStoryDataManager.currentChapterCfgId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            StoryLevelCfg storyLevelCfg = chapterCfg == null ? null : StoryLevelCfgArray.Instance.GetCfgsBytypeAndsubTypeAndchapterId(chapterCfg.type, chapterCfg.subType, chapterCfg.id)[0]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            // && chapterCfg != null && storyLevelCfg != null && MainStoryDataManager.currentChapterCfgId == 10001 && storyLevelCfg.order == 1 && !InstanceZonesDataManager.CheckLevelPass(storyLevelCfg.id) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (LauncherConfig.netType == LauncherConfig.EnumNetType.TEMP && !InstanceZonesDataManager.CheckLevelPass(storyLevelCfg.id)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (LauncherConfig.netType == LauncherConfig.EnumNetType.TEMP && !InstanceZonesDataManager.CheckLevelPass(MainStoryDataManager.currentLevelCfgId)) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 // 临时设置都可以跳过对话 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 skipable = false; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -151,7 +145,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 _speedAutoPlay = 1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 FightDataManager.Instance.dialogSpeed = _speedAutoPlay; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (!InstanceZonesDataManager.CheckLevelPass(100001001)) _ui.m_btnBack.visible = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            _ui.m_btnBack.visible = InstanceZonesDataManager.CheckLevelPass(100001001); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         protected override void OnHide() 
			 |