|  | @@ -179,7 +179,7 @@ namespace GFGGame
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |              if (_dataManager.IsArenaClearing)
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | -                PromptController.Instance.ShowFloatTextPrompt("结算中......");
 | 
	
		
			
				|  |  | +                PromptController.Instance.ShowFloatTextPrompt("本周结算中......");
 | 
	
		
			
				|  |  |                  return;
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              if (RoleDataManager.ArenaBuyFightTimes == 0)
 | 
	
	
		
			
				|  | @@ -204,7 +204,7 @@ namespace GFGGame
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |              if (_dataManager.IsArenaClearing)
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | -                PromptController.Instance.ShowFloatTextPrompt("结算中......");
 | 
	
		
			
				|  |  | +                PromptController.Instance.ShowFloatTextPrompt("本周结算中......");
 | 
	
		
			
				|  |  |                  return;
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              if (RoleDataManager.ArenaFreshTimes <= 0)
 | 
	
	
		
			
				|  | @@ -226,7 +226,7 @@ namespace GFGGame
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |              if (_dataManager.IsArenaClearing)
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | -                PromptController.Instance.ShowFloatTextPrompt("结算中......");
 | 
	
		
			
				|  |  | +                PromptController.Instance.ShowFloatTextPrompt("本周结算中......");
 | 
	
		
			
				|  |  |                  return;
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              ViewManager.Show<ArenaDressInfoView>(new object[] { FightRoleType.MINE, 0, _dataManager.DressupList, "" }, new object[] { typeof(ArenaView).FullName, this.viewData }, true);
 | 
	
	
		
			
				|  | @@ -248,7 +248,7 @@ namespace GFGGame
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |              if (_dataManager.IsArenaClearing)
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  | -                PromptController.Instance.ShowFloatTextPrompt("结算中......");
 | 
	
		
			
				|  |  | +                PromptController.Instance.ShowFloatTextPrompt("本周结算中......");
 | 
	
		
			
				|  |  |                  return;
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              if (RoleDataManager.ArenaFightTimes <= 0)
 |