修改成绩UIbug
This commit is contained in:
parent
d2e3c0af6f
commit
81246b1a1b
@ -61,6 +61,8 @@ namespace QFramework.Example
|
|||||||
sum += float.Parse(item.Value.sum);
|
sum += float.Parse(item.Value.sum);
|
||||||
score += item.Value.value;
|
score += item.Value.value;
|
||||||
}
|
}
|
||||||
|
this.Score.text = score.ToString();
|
||||||
|
this.Sum.text = sum.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnShow()
|
protected override void OnShow()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user