修改成绩UIbug

This commit is contained in:
shenjianxing 2025-01-11 13:52:16 +08:00
parent d2e3c0af6f
commit 81246b1a1b

View File

@ -61,6 +61,8 @@ namespace QFramework.Example
sum += float.Parse(item.Value.sum);
score += item.Value.value;
}
this.Score.text = score.ToString();
this.Sum.text = sum.ToString();
}
protected override void OnShow()