修改bug

This commit is contained in:
shenjianxing 2025-04-27 14:26:23 +08:00
parent a8f33794b0
commit dc56dbb402

View File

@ -60,7 +60,7 @@ namespace QFramework.Example
public string GetScoreDataJson()
{
return ScoreController.Instance.GetModuleDictJson(InputName.text, InputId.text, this.Sum.text);
return ScoreController.Instance.GetModuleDictJson(InputName.text, InputId.text, this.Score.text);
}