Merge branch 'master' into LouDi_Quan

This commit is contained in:
shenjianxing 2025-01-11 13:52:44 +08:00
commit 967ef2ea56

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()