| 
					
				 | 
			
			
				@@ -1624,9 +1624,8 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (GuideDataManager.currentGuideId > 0) return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (GameGlobal.AutoShowCompleted) return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (!GameGlobal.AfterDataInited) return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (!ViewManager.CheckIsTopView(this.viewCom)) return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            #if !GFGZSB 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+             
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#if !GFGZSB 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             int isRegisterRoleInfo = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsRegisterRoleInfo); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (isRegisterRoleInfo == 0) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1639,7 +1638,10 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ViewManager.Show<QieHuanView>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 return;  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            #endif 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#endif 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+             
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (!GameGlobal.AfterDataInited) return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (!ViewManager.CheckIsTopView(this.viewCom)) return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (RoleDataManager.lvl < 5) return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //if (!TimeUtil.CheckIsSameTime(lastTime * 1000, TimeHelper.ClientNow())) 
			 |