| 
					
				 | 
			
			
				@@ -219,6 +219,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         private void OnClickBtnBuyOne(EventContext context) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            GetSuitItemController.showSingle = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             int boughtCount = GameGlobal.myNumericComponent.GetAsInt(_luckyBoxCfg.numericType); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (boughtCount + LuckyBoxDataManager.ONCE_TIME > _luckyBoxCfg.maxCount) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -232,13 +233,14 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                  { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                      ViewManager.Show<LuckyBoxStarView>(null, new object[] { typeof(LuckyBoxActivityView).FullName, _activityId }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                      //  LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.ZAI_XING, 2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                     GetSuitItemController.showSingle = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				              }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         private void OnClickBtnBuyTen(EventContext context) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            GetSuitItemController.showSingle = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             GObject obj = context.sender as GObject; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             int boughtCount = GameGlobal.myNumericComponent.GetAsInt(_luckyBoxCfg.numericType); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (boughtCount + LuckyBoxDataManager.TEN_TIME > _luckyBoxCfg.maxCount) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -253,6 +255,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     ViewManager.Show<LuckyBoxStarView>(null, new object[] { typeof(LuckyBoxActivityView).FullName, _activityId }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     // LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.ZAI_XING, 2); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    GetSuitItemController.showSingle = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 |