This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-05-26 18:14:03 +08:00
parent c264357247
commit ab48217f73
2 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,7 @@ namespace GameLogic
public void OnInit(int i) public void OnInit(int i)
{ {
m_Index = i; m_Index = i;
m_tmpValue.text = (i + 1).ToString(); m_tmpValue.text = ((int)(i + 1)).ToString();
int assetsId = (i + 1) % 10 == 0 ? 1 : (i + 1) % 10; int assetsId = (i + 1) % 10 == 0 ? 1 : (i + 1) % 10;

View File

@ -40,6 +40,7 @@ namespace GameLogic
// 积分 // 积分
m_Score.text = UITool.ConvertToString(playRankData.score); m_Score.text = UITool.ConvertToString(playRankData.score);
m_GongXian.text = "0";
//m_LoaclScore.text = "(+" + UITool.ConvertToString(unitPlayer.m_Score) + "本局)"; //m_LoaclScore.text = "(+" + UITool.ConvertToString(unitPlayer.m_Score) + "本局)";
// 设置头像 // 设置头像