|  | @@ -38,6 +38,11 @@ namespace Fort23.Mono
 | 
	
		
			
				|  |  |                  AccountFileInfo.Instance.SavePlayerData();
 | 
	
		
			
				|  |  |                  Btn_Ok.gameObject.SetActive(!summonData.isSummonSocre);
 | 
	
		
			
				|  |  |                  StartRoot.gameObject.SetActive(summonData.isSummonSocre);
 | 
	
		
			
				|  |  | +                if (summonData.isSummonSocre)
 | 
	
		
			
				|  |  | +                {
 | 
	
		
			
				|  |  | +                    Text_JingDu.text = $"当前进度:{summonData.drawHistory.Count}/{openBoxConfig.ProgressRewardChoukaCount}";
 | 
	
		
			
				|  |  | +                    Text_Score.text = $"目前得分:{summonData.score}";
 | 
	
		
			
				|  |  | +                }
 | 
	
		
			
				|  |  |              });
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 |