Compare commits

..

No commits in common. "7d84988c0849137ae8d150cbdde2b37deb20de7c" and "b6291a9c1bd084f5c91b7eeb848580b0a1b55cdf" 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);
}