|  | @@ -211,7 +211,7 @@ namespace GFGGame
 | 
	
		
			
				|  |  |                   bool result = await LuckyBoxSProxy.ReqGetBonus(_luckyBoxCfg.id, LuckyBoxDataManager.ONCE_TIME);
 | 
	
		
			
				|  |  |                   if (result)
 | 
	
		
			
				|  |  |                   {
 | 
	
		
			
				|  |  | -                     ViewManager.Show<LuckyBoxStarView>(null, new object[] { typeof(LuckyBoxActivityView).FullName, _activityId }, true);
 | 
	
		
			
				|  |  | +                     ViewManager.Show<LuckyBoxStarView>(null, new object[] { typeof(LuckyBoxActivityView).FullName, _activityId });
 | 
	
		
			
				|  |  |                       //  LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.ZAI_XING, 2);
 | 
	
		
			
				|  |  |                   }
 | 
	
		
			
				|  |  |               });
 | 
	
	
		
			
				|  | @@ -232,7 +232,7 @@ namespace GFGGame
 | 
	
		
			
				|  |  |                  bool result = await LuckyBoxSProxy.ReqGetBonus(this._luckyBoxCfg.id, LuckyBoxDataManager.TEN_TIME);
 | 
	
		
			
				|  |  |                  if (result)
 | 
	
		
			
				|  |  |                  {
 | 
	
		
			
				|  |  | -                    ViewManager.Show<LuckyBoxStarView>(null, new object[] { typeof(LuckyBoxActivityView).FullName, _activityId }, true);
 | 
	
		
			
				|  |  | +                    ViewManager.Show<LuckyBoxStarView>(null, new object[] { typeof(LuckyBoxActivityView).FullName, _activityId });
 | 
	
		
			
				|  |  |                      // LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.ZAI_XING, 2);
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  |              });
 |