Compare commits

..

2 Commits

Author SHA1 Message Date
shenjianxing
2bb6354c6f Merge branch 'NewMaster' into LouDi_Quan 2025-04-27 14:28:11 +08:00
shenjianxing
dc56dbb402 修改bug 2025-04-27 14:26:23 +08:00

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);
}