Compare commits

..

No commits in common. "2bb6354c6fab3268c4920e6cc363aaf1cfc800ec" and "cb61806bea649b7f30976fd13080d2c99c12bd51" have entirely different histories.

View File

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